jQuery/JS Common Types - grids - KeyboardNavigation
import { KeyboardNavigation } from "devextreme/common/grids"
editOnKeyPress
Specifies whether users can enter a new cell value on a key press. Applies if editing.mode is "cell" or "batch".
Type:
Default Value: false
enterKeyAction
Specifies whether the Enter key switches the cell or row to the edit state or moves focus in the enterKeyDirection. Applies for all edit modes, except "popup".
Type:
Default Value: 'startEdit'
enterKeyDirection
Specifies the direction in which to move focus when a user presses Enter. Applies if editing.mode is "cell" or "batch".
Type:
Default Value: 'none'
Feedback