Set Paging size(No of Record per Page) dynamically?

Hi,
is it possible to set paging size(No of Record per Page) dynamically, I had done changing Grid width & Height based on window.resize or resolution of screen and it is looking odd if we didnt set page size dynamically. Please let me know?

Thank You
Karthik

Please, try to use:
mygrid.rowsBufferOutSize=n; // n - number of rows on the page

Thanks it works… it would be good if this API was mentioned in Filtering Documention

Unfortunately we’re not planning to include the method in documentation as it is the inner method, but your suggestion will be considered.

Is this a workable solution to this problem or is there any other now?

You still can use that solution to change the page size dynamically.