When I press Enter I want it to act like Tab in a DataGrid
My problem is that the key message must be caught in the DataGridTextBoxes TextBox which is read only and can not be assigned to with a new Custom TextBox.
I tried doing it by adding an inner TextBox to that TextBox but I am having problems with this solution and there must be a more elegant one.