ASPxClientVerticalGridBatchEditApi.StartEdit(visibleIndex, rowIndex) Method
In This Article
Switches the specified cell to batch edit mode.
#Declaration
TypeScript
StartEdit(
visibleIndex: number,
rowIndex: number
): void
#Parameters
Name | Type | Description |
---|---|---|
visible |
number | The visible index of the record that contains the processed cell. |
row |
number | The index of the row that contains the processed cell in the rows collection. |
See Also