All docs
V19.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
19.1
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
Box
Map
Row
Vue
A newer version of this page is available. Switch to the current version.

jQuery TreeList - keyboardNavigation

Configures keyboard navigation.

Type:

Object

editOnKeyPress

Specifies whether users can enter a new cell value on a key press. Applies if editing.mode is "cell" or "batch".

Type:

Boolean

Default Value: false

Users can only enter a new value when they press a key on the numeric or alphanumeric keypad.

View Demo

enterKeyAction

Specifies whether the Enter key switches the cell to the editing state or moves focus in the enterKeyDirection. Applies if editing.mode is "cell" or "batch".

Type:

String

Default Value: 'startEdit'
Accepted Values: 'startEdit' | 'moveFocus'

enterKeyDirection

Specifies the direction in which to move focus when a user presses Enter. Applies if editing.mode is "cell" or "batch".

Type:

String

Default Value: 'none'
Accepted Values: 'none' | 'column' | 'row'