Hi again,
I'm new to working with column groups in Telerik.
I wanted to export my grid, but I can't show column group text in the output excel file.
I tried simple usage of exporter:
var excelML = new Telerik.WinControls.UI.Export.ExportToExcelML(grid);excelML.RunExport(filedialog.FileName);
but I don't know how to customize it