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

radgrid each record updated on outside button click and simultaneously show each record update status visually on UI

3 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
keerthivasan
Top achievements
Rank 1
keerthivasan asked on 07 May 2015, 05:10 AM
radgrid each record updated on outside button click and simultaneously show each record update status visually on UI

3 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 12 May 2015, 07:36 AM
Hi Keerthivasan,

I am afraid it is difficult to figure out your exact requirement. Are you using Batch editing?
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

And you want to use an external button?
http://www.telerik.com/forums/how-to-fire-the-updateedited-method-from-an-outside-button#5Af7aU0fFEa0UKS5HOhyjA

Looking forward to your reply.

Regards,
Eyup
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
keerthivasan
Top achievements
Rank 1
answered on 25 May 2015, 09:04 AM
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
Tags
Grid
Asked by
keerthivasan
Top achievements
Rank 1
Answers by
Eyup
Telerik team
keerthivasan
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or