Multiple level master detail

I need 3 level master detail which is for example: Customers/Orders/OrderDetails.
I managed to do it manually using 3 datagrids in one page.
Is it possible to do it using the Radzen IDE template wizards?

Have a look at the Radzen YouTube Channel

Three level DataGrid hierarchy for Blazor

1 Like

Thanks @alistair
The video was interesting, but here are the differences of what I need:

  1. I need to create 3 level master detail grids not hierarchy
  2. I need to have CRUD Options for all grids. That's why doing so in manual mode is very tiresome.
    You see the "Master/Detail DataGrid" template in Radzen studio add new page, is almost all what I want, except that it only handles two level master/detail grids.