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?
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.