This sample demonstrates the client-side exporting of the Grid, which allows you to export its data to the Excel, Pdf and CSV formats. Use the toolbar buttons to export Grid data to desired format.
Grid supports client-side exporting which allows you to export its data to the Excel, Pdf and CSV formats.
In this demo, Grouping is applied for ShipCountry with
GroupCaptionTemplate
property is used to display the group caption aggregation for
the Freight column and excelexport, pdfexport and csvexport items are defined in the toolbar.
For these toolbar items, we have definedactions in toolbarClick event to export the Grid data using the
ExcelExport
,PdfExport
and CsvExport
methods.