ASPxClientGridViewBatchEditApi.ResetChanges(visibleIndex) Method
In This Article
Resets changes in the specified cell.
#Declaration
TypeScript
ResetChanges(
visibleIndex: number,
columnIndex?: number
): void
#Parameters
Name | Type | Description |
---|---|---|
visible |
number | The visible index of the row that contains the processed cell. |
column |
number | The field name or unique identifier (the column’s Web |
#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