Back to Devexpress

Export Data in Blazor Grid

blazor-404338-components-grid-export.md

latest1.3 KB
Original Source

Export Data in Blazor Grid

  • Sep 23, 2025

The Grid allows you to export data to multiple formats: CSV, PDF, XLS, and XLSX. Depending on the format, the output file can reflect the current filter, sort order, and group settings.

Read Tutorial: Export to CSVRead Tutorial: Export to PDFRead Tutorial: Export to XLS/XLSX

You can write an export result to a stream or to a file downloaded to a client machine. Built-in Grid API members allow you to configure export settings and customize document appearance.

Export Data to Other Formats

You can use DevExpress Reporting tools to implement export to other formats (for instance, DOCX ). Note that Reports ship within the same DevExpress subscriptions as our Blazor UI Controls. Refer to the following examples for additional information and code: