Skip to main content
A newer version of this page is available. .

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 ASPxClientGridViewColumn | number | string

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