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

check if any data changed

2 Answers 178 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ronald
Top achievements
Rank 1
ronald asked on 04 Feb 2011, 01:00 PM
Hi,

Is there an easy or effecient way to check if the user changes any data on the grid? comparing the old row with the new row..

thanks


2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 04 Feb 2011, 01:15 PM
Hello,

 You can use CollectionChanged if your collection is INotifyCollectionChanged and PropertyChanged if the objects in the collection are INotifyPropertyChanged. 

Kind regards,
Vlad
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
ronald
Top achievements
Rank 1
answered on 04 Feb 2011, 01:37 PM
DataBinding is from DataTable.. Can I still use CollectionChanged?
Tags
GridView
Asked by
ronald
Top achievements
Rank 1
Answers by
Vlad
Telerik team
ronald
Top achievements
Rank 1
Share this question
or