How to use export to excel in Hierarchical Kendo Grid MVC
问题 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