I noticed that if I set autoresizeOnLoad:true
, the grid is also doing a resize (to the grid itself) with every call to the server. That might not be an issue (as seems like the desire behavior by the name of the property), but I noticed that the width this new function is using is set during the very first initial load of the grid.
In my case, the grid is wrapped by jQuery UI layout, and so one can play with the layout size. Each time the layout change its width I call to setGridSize
, but once the grid is loading the data again, it shrinks (or expand) beyond the layout boundaries to the same width it had when the grid was initiated.
Just wanted to verify it. Unless there might be something wrong on my side. Is the autoresizeOnLoad
is locked on a width based on the initialized grid width?
Thanks,
Tal