I would like to distinguish the change in DataGridTextColumn between progrmmatic and User changes.
<DataGridTextColumn Header="Position" Binding="{Binding Position, StringFormat=N2}" Width="100" IsReadOnly="False"/>
In the above column, if user modifies the value of the Position, I need to know to know the value.
I am looking for something similar to Ignoring text/value changes due to databinding