I have seen plenty of forum thread but none of them, even the current ones, supply a resolution to exporting to Excel 2007 using the "XLSX" extension.
I am using the Ajax Q1 release for 2011 and ASP.Net 4.0 assemblies. What do I need to change here to export a grid to an xlsx file??
I have tried added the following to the RadGrid export settings before call the export method but get a file format or extension is invalid exception:
I am using the Ajax Q1 release for 2011 and ASP.Net 4.0 assemblies. What do I need to change here to export a grid to an xlsx file??
RadGrid1.MasterTableView.ExportToExcel()
I have tried added the following to the RadGrid export settings before call the export method but get a file format or extension is invalid exception:
RadGrid1.ExportSettings.Excel.FileExtension =
"xlsx"