Here is my dilemma,
I need the data grid to show the changes that the code behind is updating. I don't necessarily want it to save edits just display them for the user.
The second column in the pictures is inches and the first column is feet. I want to change the 50 inches to 4 foot 2 inches.
Here is the entry.
Without EndEditAsync doesn't update the feet view but selection shows it.

With EndEditAsync does update the feet but now the grid has lost its position and the user must reselect with .
I either need to show the update without endedit (preferred so I can save later) or with endedit and the user not lose it's place in the grid.
How do I do this?