DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

Your search did not match any results.
Pivot Grid

Drill Down

PivotGrid supports the drill-down operation that allows you to retrieve individual facts (records) used to calculate a specific summary value.

Call the createDrillDownDataSource(options) method to get a DataSource instance that contains a list of facts for a summary value.

This demo displays a list of facts within a DataGrid in a Popup window. To open the window, click a pivot grid cell. We use the onCellClick event handler to retrieve the cell's data and pass it as an argument to the createDrillDownDataSource(options) method.

Thank you for your interest in our ASP.NET Core product libraries and UI component suite. We are moving ASP.NET Core-related demos and content to DevExpress.com. Please make sure to update your bookmarks with our new URL.

View Demo