New to Kendo UI for jQuery? Start a free 30-day trial
Data Binding
The Kendo UI PivotGridV2 supports data binding to an HTTP-accessible Online Analytical Processing (OLAP) cube and to local arrays of data.
OLAP Services
- Kendo UI provides an OLAP service dll that you can be use to test the PivotGridV2. It is hosted at
https://demos.telerik.com/olap/msmdpump.dll
. - To see the responses, you must query the service. Opening the service directly in the browser is not possible.
For more information on binding the PivotGridV2 to data over an OLAP cube, refer to the following articles:
Local Data
The local data binding allows the PivotGridV2 to read data from a JavaScript array.
For more information on binding the PivotGridV2 to local data, refer to the Local Binding article.