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