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

ASPxClientVerticalGridBatchEditApi.StartEdit(visibleIndex, rowIndex) Method

Switches the specified cell to batch edit mode.

Declaration

StartEdit(
    visibleIndex: number,
    rowIndex: number
): void

Parameters

Name Type Description
visibleIndex number

A zero-based integer value that specifies the visible index of a record containing the processed cell.

rowIndex number

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

See Also