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

telerik:GridClientSelectColumn Yahoo scrolling

1 Answer 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rich Helferty
Top achievements
Rank 1
Rich Helferty asked on 21 Dec 2010, 06:16 PM
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

Sort by
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.

Kind regards,
Iana
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Rich Helferty
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or