All Tags »
DepedencyProper... »
INotifyProperty... »
IBindingList »
DependencyObjec... »
INotifyCollectionChanged (RSS)
Sorry, but there are no more tags available to filter with.
-
Hi, For the DataGridControl to receive change notifications from the Data Source, the Data Source needs to implement either IBindingList or INotifyCollectionChanged. I also recommend encapsulating the Data Source within a DataGridCollectionView to benefit from several optimizations made ( grouping, sorting, insertion, ... ). For the ...