Skip to main content
All docs
V18.2

ASPxClientGridViewBatchEditApi.StartEditByKey(visibleIndex, columnIndex) Method

Switches the specified cell to edit mode.

Declaration

StartEditByKey(
    visibleIndex: number,
    columnIndex: number
): void

Parameters

Name Type Description
visibleIndex number

A zero-based integer value that specifies the visible index of a card 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