I like how the Telerik grid has automatically goes to the next row when you press enter.
However when you press enter or Arrow Down/Up and the next row becomes active it is in EditMode. That would be tolerable except I have a popup for a CellEditor that blocks much of the row.
Perhaps this is because of my setting of
EditTriggers="CurrentCellClick,TextInput"
Is there a way to allow grid navigation on Enter or Arrow Keys without entering EditMode? And still keep TextInput as an EditTrigger
However when you press enter or Arrow Down/Up and the next row becomes active it is in EditMode. That would be tolerable except I have a popup for a CellEditor that blocks much of the row.
Perhaps this is because of my setting of
EditTriggers="CurrentCellClick,TextInput"
Is there a way to allow grid navigation on Enter or Arrow Keys without entering EditMode? And still keep TextInput as an EditTrigger