Data Binding

The Kendo UI PivotGridV2 supports data binding to an HTTP-accessible Online Analytical Processing (OLAP) cube and to local arrays of data.

Kendo UI for jQuery Kendoka image

The Data Binding is part of Kendo UI for jQuery, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

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.

See Also

In this article