Hi,
Is there a way to let a grid work out the number of setAutoFitMaxRecords() itself? Setting this ourselves is just a 'magic number' and doesn't look good on every browser size/desktop resolution etc.
So this example:
http://www.smartclient.com/smartgwt/showcase/#grid_autofit_new_records
If you would place the "Edit New" button above the grid, and add new rows, then the grid should grow till the bottom of the showcase window, and only then start to scroll when adding new rows.
Is this doable?
Is there a way to let a grid work out the number of setAutoFitMaxRecords() itself? Setting this ourselves is just a 'magic number' and doesn't look good on every browser size/desktop resolution etc.
So this example:
http://www.smartclient.com/smartgwt/showcase/#grid_autofit_new_records
If you would place the "Edit New" button above the grid, and add new rows, then the grid should grow till the bottom of the showcase window, and only then start to scroll when adding new rows.
Is this doable?
Comment