Wijmo UI for the Web
commitEdit Method
wijmo.data Namespace > RemoteDataView type : commitEdit Method
Commits the changes made to the currently editing element
Syntax
var instance = new wijmo.data.RemoteDataView();
var value; // Type: any
value = instance.commitEdit();
function commitEdit() : any;
See Also

Reference

RemoteDataView type