I have a requirement to select multiple rows on different pages to perform batch operations on selected rows. Currently, if I select multiple rows on a page and then go to another page all previous row selections are lost. Is there a way to get this done.
When you page the Grid the data from previous page is no longer available for the Grid.
You can handle requestStart event of the DataSource which will be triggered before request for fresh data and collect the previous selected items.
Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!