Name | Description | |
---|---|---|
ajax | Use with an AjaxDataView or ODataView object to specify settings like crossOrigin, data, and dataType. | |
filter | The filter to apply to a data view. See wijmo.data.IDataView.filter for details. | |
localPaging | Indicates whether to allow paging to be done on the client or on the server. If set to true, paging is done on the client. | |
onRequest | The settings to use when initiating a request for data. | |
onResponse | The function that returns values to the widget when a response arrives from the data source. | |
pageIndex | The page index to set in a data view. See wijmo.data.IPagedDataView.pageIndex for details. | |
pageSize | The page size to set in a data view. See wijmo.data.IPagedDataView.pageSize for details. | |
sort | The sort to apply to a data view. See wijmo.data.IDataView.sort for details. |