Data Binding
The Kendo UI for Angular PivotGrid supports data binding to an Online Analytical Processing (OLAP) cube that is accessible through HTTP, and binding to local data.
OLAP Service
The PivotGrid enables you to data-bind it to an OLAP service through a dedicated built-in OLAP-binding directive.
Kendo UI for Angular provides an OLAP service dll that you can use for testing. It is hosted at https://demos.telerik.com/olap/msmdpump.dll. To see the responses, you must query the service, as it cannot be opened directly in the browser. For more information on binding the PivotGrid to data over an OLAP cube, refer to the following articles:
Local Data
The PivotGrid enables you to bind it to local data using a built-in data-binding directive. Further details and a runnable example are available in the Local Data Binding
documentation article.