Skip to content

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.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-pivot-grid-create-the-underlying-data-source-asynchronously

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WinForms - How to Create the Underlying Data Source (Drill-Down) Asynchronously

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.

screenshot

Files to Review

Example Overview

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.

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 6