I have a RadGrid which I am exporting to excel.
I'm using
grid.ExportSettings.ExportOnlyData = false;
grid.ExportSettings.Excel.Format = GridExcelExportFormat.Html;
My grid contains custom aggregates.
When I export. The export is missing all my custom aggregates and the footer and group footer rows.
I'm using
grid.ExportSettings.ExportOnlyData = false;
grid.ExportSettings.Excel.Format = GridExcelExportFormat.Html;
My grid contains custom aggregates.
When I export. The export is missing all my custom aggregates and the footer and group footer rows.