devexpress-blazor-pivot-table

Build interactive DevExpress DxPivotTable components for Blazor applications.

39|7|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/DevExpress/agent-skills --skill devexpress-blazor-pivot-table
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devexpress-blazor-pivot-table
Source: https://github.com/DevExpress/agent-skills/tree/main/plugins/dx-blazor/skills/devexpress-blazor-pivot-table
Command: npx skills add https://github.com/DevExpress/agent-skills --skill devexpress-blazor-pivot-table

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the need for Blazor developers to manually search for correct DevExpress Pivot Table APIs, import paths, and configuration steps when building interactive cross-tab analysis components, reducing boilerplate code and API hallucinations for data-focused Blazor features.

Core Features & Use Cases

  • Cross-tab data aggregation: Build pivot grids that support Sum, Count, Average, Min, and Max aggregations across row and column dimensions for sales, expense, inventory, and other analytical reporting scenarios.
  • Interactive runtime configuration: Enable end-users to drag fields between row, column, data, and filter areas, group dates by year/quarter/month, and filter data at runtime without page reloads.
  • Use case example: Implement an analytical dashboard that displays quarterly regional sales by product category with interactive filtering and expandable row/column headers.

Quick Start

Use this skill to add an interactive DxPivotTable component to your Blazor page that aggregates sales data by country, year, and quarter with sum totals and runtime field filtering.

Frequently Asked Questions about devexpress-blazor-pivot-table

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Blazor pivot table for cross-tab data aggregation?

To build a Blazor pivot table for cross-tab data aggregation, use the DevExpress DxPivotTable API to configure row and column dimensions with Sum, Count, Average, Min, or Max aggregations. This requires .NET 8 or later and the DevExpress.Blazor.PivotTable NuGet package.

Can I add interactive runtime field dragging and filtering to a Blazor pivot grid?

Yes, you can add interactive runtime field dragging and filtering to a Blazor pivot grid using the DevExpress DxPivotTable component. End-users can drag fields between row, column, data, and filter areas, and filter data at runtime without page reloads.

Does the DevExpress Blazor pivot table require a specific .NET version?

Yes, the DevExpress Blazor pivot table requires .NET 8 or later. You also need the DevExpress.Blazor.PivotTable and DevExpress.PivotGrid.Core NuGet packages, an interactive render mode, and proper namespace imports in _Imports.razor.

What's the best way to group dates by quarter and month in a Blazor pivot table?

The best way to group dates by quarter and month in a Blazor pivot table is using the DevExpress DxPivotTable API, which supports native date grouping by year, quarter, and month for multi-dimensional sales and inventory reporting analysis.

How do I display quarterly regional sales by product category in a Blazor dashboard?

To display quarterly regional sales by product category in a Blazor dashboard, implement a DxPivotTable component that aggregates sales data by country, year, and quarter with sum totals, interactive filtering, and expandable row and column headers.

Why does my Blazor pivot table component fail to render interactive features?

Your Blazor pivot table component fails to render interactive features if the application is not using interactive render mode, or if proper namespace imports are missing from _Imports.razor. The DevExpress DxPivotTable requires interactive render mode for runtime field dragging.