Completed
Last Updated: 15 Jul 2015 12:32 by ADMIN
ADMIN
Dimitar
Created on: 14 Jul 2015 06:28
Category: GridView
Type: Bug Report
0
FIX. RadGridView - when exporting with the new GridViewSpreadExport an exception occur.
To reproduce:
GridViewSpreadExport spreadExporter = new GridViewSpreadExport(this.radGridView1);
spreadExporter.RunExport(@"C:\exportedFile.xlsx");

Workaround:
GridViewSpreadExport spreadExporter = new GridViewSpreadExport(this.radGridView1);
spreadExporter.RunExport(@"C:\exportedFile.xlsx", new SpreadExportRenderer());

Alternatively you can set the Copy Local property of the TelerikExport assembly to true.
0 comments