I used the Telerik "Kendo UI Custom Download" to create a custom script. I included all the grid components other than Editing. When I attempt to export the grid to Excel, I get the following error:
0x800a138f - JavaScript runtime error: Unable to get property 'Workbook' of undefined or null reference
at the following code:
var i=new e.ooxml.Workbook(t)
It works fine if I use the kendo.all.min.js file. What else do I need to include to get the Excel export to work?
Frank Wanicka
0x800a138f - JavaScript runtime error: Unable to get property 'Workbook' of undefined or null reference
at the following code:
var i=new e.ooxml.Workbook(t)
It works fine if I use the kendo.all.min.js file. What else do I need to include to get the Excel export to work?
Frank Wanicka