Skip to main content

TreeListKeyboardNavigationBuilder Methods

Provides methods that allow you to configure nested options of the client-side keyboardNavigation object.
Name Description
EditOnKeyPress(JS) Specifies whether users can enter a new cell value on a key press. Applies if editing.mode is 'cell' or 'batch'. Mirrors the client-side editOnKeyPress option.
EditOnKeyPress(Boolean) Specifies whether users can enter a new cell value on a key press. Applies if editing.mode is 'cell' or 'batch'. Mirrors the client-side editOnKeyPress option.
Enabled(JS) Enables keyboard navigation. Mirrors the client-side enabled option.
Enabled(Boolean) Enables keyboard navigation. Mirrors the client-side enabled option.
EnterKeyAction(GridEnterKeyAction) 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'. Mirrors the client-side enterKeyAction option.
EnterKeyDirection(GridEnterKeyDirection) Specifies the direction in which to move focus when a user presses Enter. Applies if editing.mode is 'cell' or 'batch'. Mirrors the client-side enterKeyDirection option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also