Skip to main content

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

The visible index of the record that contains the processed cell.

rowIndex number

The index of the row that contains the processed cell in the rows collection.

See Also