Skip to main content

ASPxClientCardViewBatchEditApi.StartEdit(visibleIndex, columnIndex) Method

Switches the specified cell to edit mode.

Declaration

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

Parameters

Name Type Description
visibleIndex number

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

columnIndex number

The index of the column that contains the processed cell.

See Also