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

ASPxClientTreeListBatchEditApi.GetUnsavedChanges Method

Returns an object that stores unsaved changes.

Declaration

GetUnsavedChanges(): any

Returns

Type Description
any

An object that stores unsaved changes.

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. All user changes are maintained on the client side until the Update button is clicked, or all changes are canceled by clicking the Cancel button.

The GetUnsavedChanges method returns an object that provides information about inserted, deleted, and updated cells.

See Also