Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
305
Client-Side Set Page Size
posted

It appears, according to your CSOM documentation, that there isn't a way to set the page size on the client side.  It currently works on the server-side.

I'm trying to get a progress indicator to show when a user changes the "Results per Page" dropdown.

Any thoughts on how to accomplish this, or do I have to live without?

I'd like to see a grid.get_behaviors().get_paging().set_pageSize(10) someday.

Thanks,
Kyle