DataAwareExportOptionsBase Events
Contains options which define how data shaping settings are exported from the grid to XLS and XLSX formats.Name | Description |
---|---|
CustomizeCell | When exporting data from the grid to XLS or XLSX format, this event allows you to customize a cell in the output document. |
CustomizeDataArea | When exporting to XLS or XLSX format, this event allows you to customize data in the output document. |
CustomizeFooter | When exporting to XLS or XLSX format, this event allows you to add a footer to the output document. |
CustomizeHeader | When exporting to XLS or XLSX format, this event allows you to add a header to the output document. |
CustomizeSheet | When exporting to XLS or XLSX format, this event allows you to customize the output document’s settings. |
ExportProgress | Fires repeatedly while the data is being exported. |
See Also