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

Selected rows (using check box) disappearsin RadGrid once it's Refreshes

1 Answer 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ambuj
Top achievements
Rank 1
Ambuj asked on 12 Mar 2012, 10:14 AM
Hi,

I have once requirement to refresh my grid each 5 second of time, In each row grid has checkboxes through which I select the rows
once grid refresh in 5 seconds, all checkboxes which I checked comes to the unchecked state ( because they are not able to keep there state), Is there any way to keep the state of the checkboxes in client side or serverside so that my rows still be selected once the grid refresh in each 5 second.???

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 Mar 2012, 10:29 AM
Hello,

RadGrid loses its current selection when the data is sorted, a new group or filter is added, or when the current page changes. Check the following help documentation which explains how to persist grid setting on postback.
Persisting the Selected Rows Server-side on Sorting/Paging/Filtering/Grouping

Thanks,
Princy.
Tags
Grid
Asked by
Ambuj
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or