MS
Mohamed Suhaib Fahad A.
Syncfusion Team
November 30, 2009 04:46 PM UTC
Hi Russell,
Thanks for using Syncfusion products. The INotifyPropertyChanged interface specifies only changes in the underlying objects, For the grid to recognize Add/Remove/Modify operations, You would have to implement INotifyCollectionChanged interface in the underlying collection that you set as ItemsSource to the Grid, If you want to use .NET FW collection, then ObservableCollection is the best to use.
We also recently added up IListChanged interface to specifically listen to that, although this is not available in our ES 2009 Volume 4 release, You can raise a DirectTrac incident to check out.
Please let me know if you need any more details.
Thanks,
Fahad