Remote Bind
Remote Bind
The PivotEngine component binds to a remote action url which provides the data.
Features
Settings
Description
In this sample, the PivotEngine binds to a remote action url which provides the data to be aggregated.All the data will be transferred to the client. The PivotEngine will calculate the data at the client-side.The PivotPanel control and the PivotGrid control are bound to the PivotEngine.You can change the view definition in the PivotPanel control.The PivotGrid control reflects the changes in the aggregated data.You can find the detailed raw data shown in a grid by double-clicking a cell in the PivotGrid control.
When the data row count is lower than 10,000, you can use Bind(data) or Bind(url) mode.Otherwise, please use BindService(url) mode.