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

[Solved] Events raised by update from ObservableCollection

1 Answer 35 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sigd
Top achievements
Rank 1
Sigd asked on 10 Nov 2010, 05:28 PM
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

Sort by
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
Tags
GridView
Asked by
Sigd
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or