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

ASPxClientGridViewBatchEditApi.StartEditByKey(key, columnIndex) Method

Switches the specified cell to edit mode.

Declaration

StartEditByKey(
    key: any,
    columnIndex: number
): void

Parameters

Name Type Description
key any

Identifies the cell by its key value.

columnIndex number

Identifies the column that contains the processed cell in the column collection.

See Also