|
|
|
|
|
|
---|---|---|---|---|---|
Country: Austria | |||||
|
Roland Mendel | Sales Manager | Ernst Handel | Graz - 8010 - Kirchgasse 6 | |
|
Georg Pipps | Sales Manager | Piccolo und mehr | Salzburg - 5020 - Geislweg 14 | |
Count: 2
|
|||||
Country: Belgium | |||||
|
Pascale Cartrain | Accounting Manager | Suprêmes délices | Charleroi - B-6000 - Boulevard Tirou, 255 | |
Count: 1
|
|||||
Country: Brazil | |||||
|
Mario Pontes | Accounting Manager | Hanari Carnes | Rio de Janeiro - 05454-876 - Rua do Paço, 67 | |
|
Bernardo Batista | Accounting Manager | Que Delícia | Rio de Janeiro - 02389-673 - Rua da Panificadora, 12 | |
|
Paula Parente | Sales Manager | Wellington Importadora | Resende - 08737-363 - Rua do Mercado, 12 | |
Count: 3
|
|||||
Country: Canada | |||||
Count: 33
|
The DevExpress Blazor Grid UI component allows you to export data to XLS, XLSX, PDF, and CSV formats via the following data export methods:
- ExportToXlsAsync — Exports data to the XLS format.
- ExportToXlsxAsync — Exports data to the XLSX format.
- ExportToCsvAsync — Exports data to the CSV format.
- ExportToPdfAsync — Exports data to PDF.
To customize the exported document, use the export method's options
parameter.
This demo calls an export method once you click the desired "Export..." button. The Export Selected Rows Only checkbox above the Blazor Grid component sets the ExportSelectedRowsOnly option. When exporting to XLSX/XLS/PDF, the CustomizeCell
event handler italicizes values stored in the Contact Name column. During PDF export operations, the CustomizePageFooter event handler adds page numbers to the footer.
Note: Our Blazor Grid exports data from all visible columns. To exclude a column from export operations, set the column's ExportEnabled property to false
.