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