Hello,I'm trying to use the WebExcelExporter to export a WebDataGrid. This works fine, but when the spreadsheet opens it doesn't include the column names. Any ideas to what I may be missing?
Can anyone point me in the right direction?Thank you.
Hi,
Can you check the font and background color/images applied to the column header? It could happen that the font color is white, that's why you cannot see it, but it could be stil there. You can copy and try to paste to see if the text is actually there.
Thank you,
Angel
I am having the same problem, its not the fontcolor.
This is the definition of my grid:
="100%"
="PoolGrid_InitializeRow"
>
/>
="False">
As you can see nothing special.
This is the code to export:
.eExporter.DownloadName = fileName;
.AllDataInDataSource;
.Excel2007;
.SessionsGrid);
Any idear what direction to look for?
Lex