ASPxClientCardView.FocusEditor(column) Method
Moves focus to the specified edit cell within the edited card.
Declaration
FocusEditor(
column: ASPxClientCardViewColumn | number | string
): void
Parameters
Name | Type |
---|---|
column | string | number | ASPxClientCardViewColumn |
Remarks
The FocusEditor method can be used only when the grid is switched to edit mode.
See Also