DataGrid: [MacCatalyst] Pressing Enter doesn't work for exiting edit mode on Numerical Column/cell
I want to exit edit mode and commit edit when hitting on Enter Key.
It works great for text column/cell.
But it does not work for numerical cells - Numerical cell still in edit mode by displaying a RadNumericInput within the cell. - Break point in CellCommitEditCommand.cs has not been hit.