Wijmo UI for the Web
toObservableArray Method
wijmo.data Namespace > AjaxDataView Class : toObservableArray Method
Converts the element array of current view after filter, sort and paging have been applied to Obervable Array.
Syntax
var instance = new wijmo.data.AjaxDataView();
var value; // Type: any
value = instance.toObservableArray();
function toObservableArray() : any;
See Also

Reference

AjaxDataView Class