devexpress-blazor-grid
Installation
SKILL.md
DevExpress Blazor Grid
DxGrid is a high-performance data grid for Blazor applications. It supports data binding to in-memory collections, Entity Framework Core, server-mode sources, and custom data sources. Key feature areas include sorting, grouping, filtering, multi-mode editing (edit row, edit form, popup, cell), row selection, data export (CSV/XLS/PDF), column templates, summaries, and drag-and-drop row reordering.
When to Use This Skill
- Display tabular data from any .NET data source in a Blazor page
- Implement CRUD operations (create, update, delete rows) with built-in edit forms
- Sort, group, filter, and search grid data in the UI or programmatically
- Export data to CSV, XLSX, or PDF with custom formatting
- Enable row selection (single or multiple) and act on selected data
- Add column chooser, resize, reorder, and freeze (pin) columns
- Use virtual scrolling for large in-memory datasets
- Bind to large remote datasets via EF Core server-mode sources
- Customize cell appearance using templates and
CustomizeElement - Add a toolbar, context menu, or summary rows to the grid