I looked at the code sample at http://www.kendoui.com/code-library/mvc/grid/export-grid-to-excel.aspx
It uses AJAX binding.
Can this be done using server binding? I am having some issues with ajax binding.
The same approach can be used for server binding. The only difference is that the link should be updated on document ready because the data is bound on the server and the dataBound event will not be triggered. I attached the code-library project modified to use server binding.
Regards,
Daniel
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!