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

RadGrid Updated

1 Answer 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 18 Feb 2015, 03:27 PM
We're doing server side validation/updating and I need something to indicate that a RadGrid has been updated so I can skip some processes.

I've tried to identify an event that I can fire on to set an update indicator but I can't figure out which one. I'd rather not loop thru all the dataitems
looking for changes.

I've tried ItemEvent, ItemUpdated, but they don't fire when a dropdown is changed.

Thanks

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 23 Feb 2015, 11:35 AM
Hi Mike,

You can use the OnClientSelectedIndexChanged or OnSelectedIndexChanged event handler of the combo to set your flag to dirty. For user-convenience, you can also use a visual indicator to hint the user of the change done. A similar logic is implemented with Batch editing:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

Hope this helps.

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or