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

ASPxClientGridViewBatchEditApi.ResetChangesByKey(key) Method

Resets changes in the specified cell.

Declaration

ResetChangesByKey(
    key: any,
    columnIndex?: number
): void

Parameters

Name Type Description
key any

A String value that identifies the row by its key value.

columnIndex number

A zero-based index that identifies the column in the column collection (the column’s CollectionItem.Index property value).

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 ResetChangesByKey method to reset changes in the specified row on the client side.

See Also