Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3338
scroll bars on bottom of grid, cover last row.
posted

I have a grid on a aspx page.

I am using the scroll bars css layout, which works nicely.

I need to have the grid only use as much as the current webpage will allow.

IE: If there are 10 rows in the grid then it should grow in height to show those rows. It does this however the 10 row is covered over by the bottom scroll bar. So the grid needs to be the size of the rows plus the size of the scroll bar. I can't figure this out..

 

Also, if I return 99 rows then the grid expands in height to show all 99 rows.  I need it to not grow more then then is viewable on the webpage, then use the scroll bars to vioew more.

 

 

Thanks.