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
40
How to improve row selection performance?
posted

I have a request scope dataModel, currently when user click one check box, the whole web grid data retrieve again and rebinded.

If we have large set of data (as 1000 rows on page), that take a long time for only check one row.

Any suggestion for that?

 

  • 95
    posted

     There are custom event handlers for both paging and sorting that will dramatically improve performance whenused properly. Check the docs for how to use these and if you don't find anything, contact Infragistics. they'll have examples they can share.