I've been using the RadGrid's ExportToExcel function and I have one problem.
The setup is very simple. The grid has only one option: <Excel Format="Biff"/>
The dataset has field names like DocId and ClientID.
When the Excel is created it's inserting spaces into the column headers (Doc ID, Client ID, etc).
I'd like to prevent that. So far I can't find any code that works.
Suggestions? (Haven't been able to get events like BiffExporting or ExcelExportCellFormatting to do anything.)
The setup is very simple. The grid has only one option: <Excel Format="Biff"/>
The dataset has field names like DocId and ClientID.
When the Excel is created it's inserting spaces into the column headers (Doc ID, Client ID, etc).
I'd like to prevent that. So far I can't find any code that works.
Suggestions? (Haven't been able to get events like BiffExporting or ExcelExportCellFormatting to do anything.)