Skip to main content

ASPxClientVerticalGridBatchEditApi.ResetChanges(visibleIndex) Method

Resets changes in the specified cell.

Declaration

ResetChanges(
    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.

Remarks

The ASPxVerticalGrid control allows you to modify a batch of grid data on the client side and send it to the server in a single request. Use the ResetChanges method to reset changes in the specified cell on the client side.

See Also