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