This example executes an asynchronous operation that creates a drill-down data source for the selected PivotGrid cell and gets the operation result - the underlying data source.
In this example, the PivotGrid control is bound to the LinqServerModeSource data source and operates in server mode.
The PivotGridControl.CellClick event handler calls the PivotGridControl.CreateDrillDownDataSourceAsync async method to generate a drill-down data source for the selected cell. The method parameter specifies the number of records to return. The method also specifies the columns to add to the the data set.
The GridControl displays the underlying records (the created PivotDrillDownDataSource) in the auxillary DrillDown form.
- Pivot Grid for WinForms - How to Display Underlying (Drill-Down) Records
- Pivot Grid for WPF - How to Display Underlying Records Asynchronously
(you will be redirected to DevExpress.com to submit your response)