Hi all.
I'm using Kendo UI Grid to present SharePoint list data inside a TabStrip in a standard page in Office 365 (so SharePoint online) and everything works nicely except Export to Excel does absolutely nothing. I've tried using the toolbar "Excel" feature and it does nothing and if I add a separate button as the below:
$("#btnExcelExportAll").kendoButton({
click: function () {
$("#allpropgrid").getKendoGrid().saveAsExcel();
}
});
the page refreshes on click but nothing else happens. I've tried this in Firefox, Chrome and IE11 all on Windows 10 and no joy. Anyone got any suggestions? Am I missing some kind of pre-requisite?
Thanks in advance for any assistance.