Skip to main content

ASPxClientTreeList.UpdateEdit Method

In This Article

Saves all the changes made and switches the ASPxTreeList to browse mode.

#Declaration

TypeScript
UpdateEdit(): void

#Remarks

End-users can update the edited node by clicking the Update button. To cancel the update operation, handle the server-side ASPxTreeList.NodeUpdating event.

To learn more, see Node Validation and Error Indication.

See Also