Hi,
we are trying to get a pageable grid working with virtual-mode and fixed height. To actually change the page content we’re listening to the ‘pagechanged’ event.
With this setup we have an issue when the last page fill all rows where the columns size shrink.
I’ve managed to reproduce our situation in the following fiddle:
http://jsfiddle.net/dRbAE/462/
Although the grid is not paginating the grid content correctly the focus of the fiddle is on the columns shrinking issue.
To trigger the issue simply change the page.
Is there anything that we can do to work-around this issue?