Wijmo UI for the Web
canCommitEdit Method
wijmo.data Namespace > ArrayDataViewBase type : canCommitEdit Method
Returns a value that indicates whether the current changes can be committed
Syntax
var instance = new wijmo.data.ArrayDataViewBase();
var value; // Type: bool
value = instance.canCommitEdit();
function canCommitEdit() : bool;
See Also

Reference

ArrayDataViewBase type