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?
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?