ASPxClientTreeListBatchEditApi.EndEdit Method
Ends cell or node editing.
Declaration
EndEdit(): void
Remarks
Use the EndEdit method to end the editing of a cell or node (based on the TreeListBatchEditSettings.EditMode property). The method hides an editor and switches a cell/node to browse mode.
See Also