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

ASPxClientVerticalGridBatchEditApi.ResetChanges(visibleIndex) Method

Resets changes in the specified cell.

Declaration

ResetChanges(
    visibleIndex: number,
    rowIndex?: number
): void

Parameters

Name Type Description
visibleIndex number

An integer value that specifies the visible index of a record containing the processed cell.

rowIndex number

A string value that specifies the field name or unique identifier (the row’s WebColumnBase.Name property value) of a row containing 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