This is a migrated thread and some comments may be shown as answers.

multiple row selection and page change

2 Answers 108 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Danish
Top achievements
Rank 1
Danish asked on 09 Feb 2012, 11:44 AM
Hi,

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.

Thanks,
Danish 

2 Answers, 1 is accepted

Sort by
0
Danish
Top achievements
Rank 1
answered on 13 Feb 2012, 08:08 AM
Guys any suggestions ?
0
Nikolay Rusev
Telerik team
answered on 14 Feb 2012, 02:11 PM
Hello Danish,

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!
Tags
Grid
Asked by
Danish
Top achievements
Rank 1
Answers by
Danish
Top achievements
Rank 1
Nikolay Rusev
Telerik team
Share this question
or