I have a DataGrid,and need to detect when a user has make changes to a row.I don’t want to use CellEditEnding because whenever a row get focus and lost it without any inputs,this event get raised,in the other way i need to bind a bool property to each row that set to true when the row got chgangd.
I have a DataGrid ,and need to detect when a user has make changes
Share
Use following code as an example, so you know the basic idea of how to trace if an item in your
ItemSourcehad been changed (here only compared to the initial value only).