Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Kendo Grid not able to export to excel

Writer Matthew Martinez

In this example I am creating the html and then converting the table to a kendo grid. I also want to be able to export the grid into a excel file. I am using the saveAsExcel method but nothing happens. When I do it in my system I just get the header row and no tbody data.

1 Answer

The saveToExcel method requires jszip. If you add this to your dojo I believe it then works:

<script src=""></script>

I don't know why it works in your system with just the header row. Perhaps you have a version of jszip on your page but it's an older version?

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.