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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Option(String, Object)
|
Specifies an option by its name.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Returns a string that represents the current object.
|