Wijmo UI for the Web
cancelEdit Method
wijmo.data Namespace > IEditableDataView Interface : cancelEdit Method
Cancels the changes made to the currently editing element since the editing was started.
Syntax
var instance; // Type: wijmo.data.IEditableDataView;
instance.cancelEdit();
function cancelEdit() : void;
Remarks
After a successful cancelation, the currentEditItem property value must be null.
See Also

Reference

IEditableDataView Interface