Back to Devexpress

Grid View Data Export

aspnetmvc-16205-components-grid-view-export.md

latest1.9 KB
Original Source

Grid View Data Export

  • Nov 29, 2023

The ASP.NET MVC GridView extension allows users to export its data to a file or stream in CSV, DOCX, PDF, RTF, XLS, and XLSX format.

This section contains the following topics:

Note

  • DevExpress controls require the DevExpress.RichEdit.v25.2.Export.dll library to export their content to DOCX or RTF format.

  • The GridView extension does not support exporting in custom binding mode.

GitHub Examples