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

ASPxClientTreeListBatchEditApi.StartEdit(nodeKey, columnIndex) Method

Switches the specified cell to edit mode.

Declaration

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

Parameters

Name Type Description
nodeKey string

A string value that specifies the key of a node containing the processed cell.

columnIndex number

A zero-based integer value that identifies the column which contains the processed cell in the column collection.

See Also