This is a migrated thread and some comments may be shown as answers.

2016.3.914 - Grid Excel Export doesn't work

3 Answers 121 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Emanuele
Top achievements
Rank 1
Emanuele asked on 29 Sep 2016, 07:37 AM

Hi,

I have just installed Kendo UI 2016.3.914 and grid excel export stopped working.

If you try in Dojo the first example available on your documentation http://docs.telerik.com/kendo-ui/controls/data-management/grid/excel-export it doesn't work

It looks like an "undefined" check is missing.

Did I do something wrong? There is a fix available or a workaroung available?

Thanks in advance,

Emanuele

3 Answers, 1 is accepted

Sort by
0
Accepted
Stephen
Top achievements
Rank 2
answered on 29 Sep 2016, 01:05 PM

http://demos.telerik.com/kendo-ui/grid/excel-export

If you bring this demo into the Dojo, it does work.

If you compare the differences between the one that does work and the one that doesn't,

you will see that the non-working one includes

and the working one includes

<script src="//kendo.cdn.telerik.com/2016.3.914/js/jquery.min.js"></script>

 

So, there is some bug when using jquery 1.9.1.  

Just change your dojo to use the one that comes with kendo and it should start working.  I guess the doc site it configured to initialize the dojo differently than the demo site.

 

 

 

 

0
Emanuele
Top achievements
Rank 1
answered on 30 Sep 2016, 10:25 AM

Hi Stephen,

Thank you very much

I used the right jquery version and all works fine!

0
Rumen
Telerik team
answered on 30 Sep 2016, 10:41 AM
Hi folks,

Indeed, the current official R3 2016 version of Kendo UI requires jQuery 1.12.3. We are going to update the jQuery version in the documentation.


Best regards,
Rumen
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Grid
Asked by
Emanuele
Top achievements
Rank 1
Answers by
Stephen
Top achievements
Rank 2
Emanuele
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or