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

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

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