MVVM_ how to create a Nested Child grid with Parent's multilevel grouped Grid

1 Answer 388 Views
Grid
Pavan
Top achievements
Rank 1
Pavan asked on 23 Jun 2021, 03:22 PM

I want to create MVVM Kendo Grid where it is grouped in multiple levels and also want a nested grid or a hierarchical grid for each parent's grid row i.e. each k-master-row .  In the ScreenShot Is it possible to create a Nested/ Child / Hierarchical Grid for each row? If yes, Can someone please provide me with sample demo. 

I didn't find any documentation or helpful resource?

 

 

Parent Grid:

   Grouped by Field 1

          Grouped By Field 2

             Row1

                           Nested  / Child Grid with child Grid Columns  For ROW1

             Row2

                        Nested / Child Grid with child Grid Columns For ROW 2

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Tsvetomir
Telerik team
answered on 28 Jun 2021, 11:46 AM

Hi Pavan,

The hierarchy option of the grid can be combined with grouping. Indeed, you could make use of our Hierarchy live demo and add the Groupable() option to its configuration:

https://demos.telerik.com/aspnet-mvc/grid/hierarchy

The end result would be similar to:

http://somup.com/cr1uXGqPB8

Let me know if additional information is required.

 

Kind regards,
Tsvetomir
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
Pavan
Top achievements
Rank 1
Answers by
Tsvetomir
Telerik team
Share this question
or