Wijmo UI for the Web
commitEdit Method
wijmo.data Namespace > IEditableDataView Interface : commitEdit Method
Commits the changes made to the currently editing element
Syntax
var instance; // Type: wijmo.data.IEditableDataView;
instance.commitEdit();
function commitEdit() : void;
Remarks
After a successful commit, the currentEditItem property value must be null. If the item being edited was new, it is added to the underlying data source. If the element does not satisfy the filter, then it is removed from the data view, but not from the data source.
See Also

Reference

IEditableDataView Interface