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

1 Answer 155 Views
Grid
Pavan
Top achievements
Rank 1
Pavan asked on 23 Jun 2021, 04:06 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
1
Nikolay
Telerik team
answered on 28 Jun 2021, 09:45 AM

Hello Pavan,

There is  an example that demonstrates how to create parent/child related grids:

Please note that the child grid is initialized in the detailInit event handler of the grid.

You could translate the same to MVVM. For your reference, I have prepared a small sample:

Let me know if you have any questions.

Regards,
Nikolay
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

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