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

Parents
No Data
Reply
  • 33839
    Suggested Answer
    posted

    Kyle,

    You are correct that this is not possible currently on the client.  As you said, you can perform this on the server, so perhaps put the Grid into an Update Panel to take away the look of a full page postback while this occurs?

    As for requesting this, I suggest submitting a feature request.  What features we add and in what order is dictated in part by what our customers want.  Thanks for your feedback on this issue.

     

    regards,

    David Young

Children