This is a migrated thread and some comments may be shown as answers.

Excel export not working on Microsoft edge

1 Answer 293 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daní
Top achievements
Rank 1
Daní asked on 13 Apr 2016, 07:44 AM
I'm having trouble with export to Excel functionality of KendoGrid. When trying to run saveAsExcel my application crashes when trying to export the grid data to an Excel and closes Edge.
This is my code: 
var grid:any = $(this.element).data("kendoGrid");
grid.saveAsExcel();
And the kendoGrid configuration:
 excel: {
  allPages: true,
  filterable: true,
  fileName: this.application.appId + '.xlsx'
 },
Anyone has the same problem?

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 14 Apr 2016, 01:59 PM

Hello DanĂ­,

We had this issue in older Kendo UI versions, however it has been fixed in recent releases. You could assure this on our demos page.

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Daní
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or