How to achieve N-level nested hierarchy in Kendo UI Grid using ASP.NET MVC

后端 未结 3 1005
抹茶落季
抹茶落季 2021-02-10 11:37

I am trying to implement N-level nested hierarchy in Kendo UI Grid using ASP.NET MVC i can implement specific number of Nested Grid but how to implement N-level nested Grid usin

3条回答
  •  执笔经年
    2021-02-10 11:57

    You can achieve N-level Hierarchy using Kendo UI Grids.

    You should have ClientDetailTemplateId in your templates. Here is the example.

    
    

    Here is the implementation for child template.

    
    

    Here is the output. Let me know if you have any more questions. I hope this will help you.
    enter image description here

提交回复
热议问题