Wijmo UI for the Web
IAjaxDataViewOptions Interface
wijmo.data Namespace : IAjaxDataViewOptions Interface
Defines Ajax data and server settings, paging, filtering, and sorting for an AjaxDataView or ODataView object.
Fields
 NameDescription
 FieldUse with an AjaxDataView or ODataView object to specify settings like crossOrigin, data, and dataType.  
 FieldThe filter to apply to a data view. See wijmo.data.IDataView.filter for details.  
 FieldIndicates whether to allow paging to be done on the client or on the server. If set to true, paging is done on the client.  
 FieldThe settings to use when initiating a request for data.  
 FieldThe function that returns values to the widget when a response arrives from the data source.  
 FieldThe page index to set in a data view. See wijmo.data.IPagedDataView.pageIndex for details.  
 FieldThe page size to set in a data view. See wijmo.data.IPagedDataView.pageSize for details.  
 FieldThe sort to apply to a data view. See wijmo.data.IDataView.sort for details.  
Top
See Also

Reference

wijmo.data Namespace