Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxClientTreeList.SetFocusedCell(nodeKey, columnIndex) Method

Focuses a specified cell.

Declaration

SetFocusedCell(
    nodeKey: string,
    columnIndex: number
): void

Parameters

Name Type Description
nodeKey string

An integer value that specifies a node key.

columnIndex number

A zero-based index that identifies the column in the column collection (the column’s CollectionItem.Index property value).

Remarks

Use the ASPxClientTreeList.GetFocusedCell and SetFocusedCell methods to control the cell focus on the client side.

See Also