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

[Solved] Edit Multiple Selected Rows from Multiple Pages

1 Answer 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 11 Jun 2009, 08:16 PM
I have a RadGrid that gets it's datasource set to an ObjectList (not a sqldatasource).  Paging & Editing are allowed.  I need to be able to select rows on more than 1 page then click a button to put all selected rows into edit mode at once.  I'm using a GridClientSelectColumn (checkbox) to selected rows.  How can this be accomplished?

Any help is appreciated.

Thanks,
Rob

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 Jun 2009, 07:33 AM
Hello Rob,

Firstly, you would have to persist the row selection across pages for which you can refer to the following documents.
Client-Side Row Selection Persisted With Paging
Then you can loop through the pages and get the grid selected items collection and set the selected items to editmode

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