ASPxClientTreeListBatchEditApi.ResetChanges(nodeKey) Method
Resets changes in the specified node.
Declaration
ResetChanges(
nodeKey: string,
columnIndex?: number
): void
Parameters
Name | Type | Description |
---|---|---|
nodeKey | string | An string value that specifies the key of the node containing the processed cell. |
columnIndex | number | The index of the column that contains the processed cell. |
Remarks
The ASPxTreeList control allows you to modify a batch of its 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 node on the client side.
See Also