Hi,
are there any events raised that I can hook into when the data in a GridView is updated by changes in it's bound ObervableCollection data?
Many thanks,
Simon
1 Answer, 1 is accepted
0
Vlad
Telerik team
answered on 11 Nov 2010, 08:11 AM
Hello Sigd,
When the collection is changed (add and/or remove) you will get CollectionChanged event and if your objects are INotifyPropertyChanged you will get PropertyChanged when a property value is changed.
Regards,
Vlad
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items