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
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