This sample demonstrates the basic rendering of the pivotgrid widget with remote data.

More Details...

Loading....
Description

The pivotgrid widget supports JSON data source. The dataSourceSettings->dataSource property can be assigned with the result of DataManager to bind remote data.

The DataManager, which will act as an interface between the service endpoint and the pivotgrid widget, will require the below minimal information to interact with service endpoint properly.
  • DataManager->url - Defines the service endpoint to fetch data.
  • DataManager->adaptor - Defines the adaptor option. Here, WebApiAdaptor is used for remote binding.
In this demo, remote data is bound by assigning service data as an instance of DataManager to the dataSourceSettings->dataSource property.