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

Bulk Update in GridView

1 Answer 46 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Daniel Knoll
Top achievements
Rank 1
Daniel Knoll asked on 09 Jul 2012, 07:18 AM
Hi,

I need to implement a bulk update functionality by using a RadGridView. So I want to update a single cell for multiple rows simultaneously. When I have multiple rows selected and change one column in one row, all selected rows should get updated. Is there any help from the RadGridView or do I need to implement this behavior by myself?

greets

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 09 Jul 2012, 10:46 AM
Hi,

 The RadGridView does not offer such a functionality out of the box. You should implement it yourself. For that purpose you could set the updated value for each item in the SelectedItems collection of the RadGridView.

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Daniel Knoll
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or