Posted by Matt Painter
on 29.09.2007 06:00
Hi,

I'm developing a page in my application that has multiple instances of
LiveGrid (it's essentially a list of grids). What would be fantastic for
this situation is to have an additional visibleRows option that allows
one to set the maximum number of rows displayed so the size of the grid
isn't dependent on the window size.

Regards,
Matt
Posted by Matt Painter
on 29.09.2007 06:02
Ah, apologies. It seems that visibleRows can be set to a non-negative 
number. May pay to update the wiki (although it makes sense now that I 
think about it).

To achieve the actual behaviour I was after, I used some JSP to set 
visibleRows to -2 if the number of rows in the data set is greater than 
30 (so additional empty rows aren't displayed), and to set visibleRows 
to 30 otherwise.