Skip to main content

ASPxClientGridViewBatchEditApi.ResetChangesByKey(key) Method

Resets changes in the specified cell.

#Declaration

TypeScript
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

The index of 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