I found this JSFIddle a while ago that uses telerik kendoUI. http://jsfiddle.net/bDvkQ/1038/
In there is a Script "kendo.all.min" version: 2012.3.1114
I want to use a newer version of it (2016.3.1028) but when I try to use it I get an Error message: The Object doesn't support the type or method "get"
The Problem is that I also added a kendoUI Export to excel http://dojo.telerik.com/
to my Project and it is trowing an Error that "kendo.ooxml.Workbook" is not a method if I use the 2012.2.1114 version.
Here are the JavaScript includes:
<script src="https://kendo.cdn.telerik.com/2016.3.1028/js/jquery.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2016.3.1028/js/jszip.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2016.3.1028/js/kendo.all.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2016.3.1028/js/cultures/kendo.culture.de-DE.min.js"></script>