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
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.