Is there a way to define a minimum height for a webgrid? That is, I want it's size to be, say, 5 rows or as many as the ammount of rows the grid contains, whichever is greater. Defining the height in pixels, that would work too...
Hi,
I just had to do this for a client so I left the height blank, that took care of any amount over 5 rows (it adjusts automatically) and in code I told it if the records were 5 or less to make the height a specified amount (equal to 5 rows height). It worked nicely.
Ed