Hi,
I'm using grid 3.5.3 with cell editing.
I've got a case where I allow the user to set the height of the grid, and it's important that the entire grid is the height that the user has specified.
I've got the grid table within a div without any size attributes and with overflow=auto. There are also no size attributes on the table for the grid.
I then set the height and width properties of the grid – I've noticed that the height set is not what the grid is on the page. It mustn't include some of the extra rows like the header, pager, footer, scroll bars etc.
Is there a way to specify the height of the whole grid, so that when a user inputs 500px, the whole grid, including all scrollbars, headers and footers etc is exactly 500px in height?
I've tried ommitting the height and width params from the grid definition and setting the div to a specific height and width but that didn't work either.
Any suggestions greately appreciated.
Regards,
Jo
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top