Hi!
Im trying to set up a simple Excel export using radgrid. I'm able to export to csv format, pdf, and excel with the Html option. When I try to use ExportToExcel with ExcelML I get the headers and all the rows are empty.
I tried using an XmlDataSource, then I tried using OnNeedDataSource and setting this to a simple array. Still, I can export to all the formats except ExcelML.
I set the RadGrid1_ExcelMLExportRowCreated event and all the e.Row.Cells are empty.
Any Idea what can be wrong?
Im trying to set up a simple Excel export using radgrid. I'm able to export to csv format, pdf, and excel with the Html option. When I try to use ExportToExcel with ExcelML I get the headers and all the rows are empty.
I tried using an XmlDataSource, then I tried using OnNeedDataSource and setting this to a simple array. Still, I can export to all the formats except ExcelML.
I set the RadGrid1_ExcelMLExportRowCreated event and all the e.Row.Cells are empty.
Any Idea what can be wrong?