Not used batch editing . On button click get all the grid item using foreach (GridDataItem item in rgimportdetail.MasterTableView.Items){}. in this loop i tried to search the each item details from database or internet . on that search time i tried to change status column is processing . After search completed i change the search status to completed. It's changed as i excepted. but in this changes all visually appear on once button event completed.But I need to display status on each every item process.
0
Maria Ilieva
Telerik team
answered on 28 May 2015, 08:19 AM
Hello keerthivasan,
The required functionality is not supported in the RadGrid control. It is not possible to update each specific record in the control separately and show it progress status. The RadGrid is making common query to the DB for updating its data and this is done for all the updated items at once.
Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items