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

ASPxClientGridViewBatchEditApi.ResetChanges(visibleIndex) Method

Resets changes in the specified cell.

Declaration

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

Parameters

Name Type Description
visibleIndex number

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

columnIndex number

An integer value that specifies the field name or unique identifier (the column’s WebColumnBase.Name property value) of a column containing the processed cell.

Remarks

The ASPxGridView 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