Hi i am having some troube with DataTables. So What i need is to detect whenever i change any cell in the DataGrid of the DataTable that is binded.
How to do it? With INotifyPropertyChanged
or with INotifyCollectionChanged
?
Note: I am trying with INotifyPropertyChanged
but it only detects when i set some value in the DataTable, and never when i change any value of any cell in the DataGrid, i already have tried OneWay
and TwoWay
but nothing happens.
Thanks in advance!