I have a DataGrid in which I have two columns namely Name and Group.
I have used EnterKeyTravarsal Class, so that I can use Enter as TAB.
Also Based on some Conditions I add a new row to DataGrid in the ViewModel using InputBindings.
But when a new row is added, I can see that the last cell that was focused just before adding a new row remains in the edit mode.
Here is a sample project that I have created to clearly explain my problem.