Skip to main content

ASPxClientCardViewBatchEditApi.GetUnsavedChanges Method

Returns an object that stores unsaved changes.

Declaration

GetUnsavedChanges(): any

Returns

Type Description
any

An object that stores unsaved changes.

Remarks

The ASPxCardView 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 nformation about inserted, deleted, and updated cells.

See Also