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

后端 未结 3 1003
抹茶落季
抹茶落季 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:54

    I think is no way to do something like this because suck kind of data (tree) are displayed using treeview plugins or something like that , this should be more clearly , this is why even they have this kind of ui component.

提交回复
热议问题