New to Telerik UI for WinUI? Download free 30-day trial

Export Support

The DataGrid component supports a few different export formats that allow you to save the data table into a document.

The export works with the Export and ExportAsync methods of RadDataGrid. The saved document stream can be modified using the ElementExporting and ElementExported events. Read more and see examples in the following articles:

Assembly References

The export works with the Telerik Document Processing Libraries which means that few additional dlls should be installed in order to use the feature.

  • Telerik.WinUI.Controls.DataGrid.Export.dll
  • Telerik.Documents.Core.dll
  • Telerik.Documents.Fixed.dll
  • Telerik.Documents.Spreadsheet.FormatProviders.OpenXml.dll
  • Telerik.Documents.Spreadsheet.FormatProviders.Pdf.dll
  • Telerik.Documents.Spreadsheet.FormatProviders.Xls.dll

Supported Formats

The export feature of DataGrid supports the following formats.

  • Xlsx
  • Xls
  • Csv
  • PDF

See Also

In this article
Not finding the help you need?