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

Question on Persisting the Selected Rows Client-side on Sorting/Paging/Filtering/Grouping

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rabih
Top achievements
Rank 1
Rabih asked on 19 Mar 2012, 04:01 PM
Hello,
Documentation about my question is found by using below link :
http://www.telerik.com/help/aspnet-ajax/grid-persist-selected-rows-client-sorting-paging-grouping-filtering.html

The question is when i move to another page in the grid the  var selected = {}; became null (before moving to another page the variable selected contains ids of the selected rows)
so it is not remembering the selected rows  when i move to another page in the grid
any suggestions.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 20 Mar 2012, 10:48 AM
Hello Rabih,

The functionality that you are trying to achieve cannot be realized using normal binding techniques. With advanced data binding, using its NeedDataSource event, or by using declarative data binding techniques you should be able to accomplish your goal.
Please check the following help documentation that could shed more light on what I have mentioned.
Advanced Data-binding (using NeedDataSource event)
Let me know if this helps.

Regards,
Shinu.
Tags
Grid
Asked by
Rabih
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or