ASPxClientGridView.FocusEditor(column) Method
Moves focus to the specified edit cell within the edited row.
Declaration
FocusEditor(
column: ASPxClientGridViewColumn | number | string
): void
Parameters
Name | Type | Description |
---|---|---|
column | string | number | ASPxClientGridViewColumn | An ASPxClientGridViewColumn object that represents the data column within the client grid. |
Remarks
The FocusEditor method can be used only when the grid is switched to edit mode.
See Also