Skip to main content
All docs
V25.1
  • Export Data in Blazor Grid

    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.

    Grid Exported Document

    Read Tutorial: Export to CSV Read Tutorial: Export to PDF Read 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: