Hi,
In URL http://telerik.ximnet.com.my/kendo_test/test_new_version.html
I try to use the new version from telerik.kendoui.professional.2014.3.1119.commercial.zip.
However I get error in kendo.all.min.js:27 Uncaught TypeError: Cannot read property 'addEventListener' of undefined
The error appears when I include the code:
How should I fix this?
Thanks.
In URL http://telerik.ximnet.com.my/kendo_test/test_new_version.html
I try to use the new version from telerik.kendoui.professional.2014.3.1119.commercial.zip.
However I get error in kendo.all.min.js:27 Uncaught TypeError: Cannot read property 'addEventListener' of undefined
The error appears when I include the code:
<script> var app; app = new kendo.mobile.Application(document.body, { // comment out the following line to get a UI which matches the look // and feel of the operating system skin: 'flat' }); </script>How should I fix this?
Thanks.