How to use export to excel in Hierarchical Kendo Grid MVC

这一生的挚爱 提交于 2020-01-07 01:55:48

问题


i have a Kendo Hierarchical grid which i have developed using Kendo MVC 2016.2.504.545 version. This grid has a state which gets drilled down to city and the city which gets drilled down to the persons Address. Now i want to perform a export to excel functionality in this grid. I call individual actions to populate results for the city, state and the address data in the kendo grid.

any help would be appreciated.


回答1:


I got some help with the telerik people and was able to achieve the functionality as required, you can find the following project here

detail-grid-excel-export

detail-grid-excel-export-all-pages-all-details

​I hope this information helps.



来源:https://stackoverflow.com/questions/37746568/how-to-use-export-to-excel-in-hierarchical-kendo-grid-mvc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!