Skip to main content

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

The index of the column that contains the processed cell.

See Also