
I am using DataGridDoubleColumn and DataGridInt32Column in my DataGrid.
Three issues:
1. The enter key does not commit the value, only tab.
2. If I press F2 to get into edit mode, then change the numeric value and click to a different row, the value remains visible. When I go back to the cell and press F2 the original value apprears. E.g. the new value was never committed but remains displayed.
3. In the stock DataGridTextColumn when a cell is selected, I just start typing to edit the value. In DataGridDoubleColumn I must press F2 or click a second time to get into edit mode. Typing a numeric key should get me into edit mode automatically.
All above are reproducible in the New Row Customiztion QuickStart on the Integer column.