I want to write a Trigger on a WPF DataGridRow as follows-
When user makes any change in any cell of that row, the last cell of same row should be updated by some specific value.
Please help....
I solved my problem using the solution provided by Brian Hinchey at the following link- How to get property change notifications with EF 4.x DbContext generator