Is it possible to implement telerik:GridClientSelectColumn and Yahoo scrolling. Bascially, say only 50 out of 400 records are loaded and the end user clicks the check all header. Can I code it so that all the records are then loaded and checked?
1 Answer, 1 is accepted
0
Iana Tsolova
Telerik team
answered on 27 Dec 2010, 12:09 PM
Hi Rich,
When loading the rest of the records, e.g. when rebinding the grid, you can loop through all grid items and mark them as selected. However note that after rebind, the grid selection is cleared. Therefore before that you need to save the selected state of the items and retrieve it afterwards.