Hi,
I am trying to figure out why exporting to excel does not work for me. After some digging into kendo's src code, this is the result of "this.options.name" is undefined - where 'this' is a WorkBook Object. This error is in the public "toDataUrl" function. Attached is the line in which it errors out - and below is the options I have for the grid.
toolbar: ["excel"],
excel: {
allPages: true,
fileName: "Socialie-Stats.xlsx"
},
Thanks!