Hi
I have DataGrid which ItemsSource is DataView of DataTable. When CellEditEnding happens on DataGrid I got DataGrid row number.
Row number which is not DataTable row number. So I must use values from DataGrid which are previous value before CellEditEnding ends.
If I understand well I should work on data layer and on this level modify value of columns. But how should I know DataTable rows numer? Should I filter it depending of some item value from DataGridRow?
Best Regards
Przemysław Staniszewski