Scenario: I have a RadGridView with "Click here to add new item" enabled.
If I click on a row and then hit 'Enter', the selection navigates to the next row as expected.
If I click on "Click here to add new item" then a new row is created and focus is given to the first cell, as expected. If I enter some data and press 'Enter' the data is committed but then it appears that the keyboard event is passed along to the parent control. In my case, it dismisses the dialog.
If I click on a row and then hit 'Enter', the selection navigates to the next row as expected.
If I click on "Click here to add new item" then a new row is created and focus is given to the first cell, as expected. If I enter some data and press 'Enter' the data is committed but then it appears that the keyboard event is passed along to the parent control. In my case, it dismisses the dialog.