Master/Detail multilevel

Hi Team,

and sorry for my english.

Just trying your Blazor Studio with some questions. One of these:

Let's have a simple database with 3 table and two relations 1:n

Customers -> Offices for any customers -> Contacts for any offices

When i try to generate the Master/Details form (with CRUD generator) of Customers seems that Blazor Studio "see" only the first relation and so create only "first level" master/detail with Customers and Offices.

Is there a way to create the "two levels" master/details and reach this goal Blazor DataGrid Component - Hierarchy | Free UI Components by Radzen or we need to act manually?

Hope i was clear.

Thanks in advance.

Regards.

Massimo

Yes, our template will create only two levels - additional levels can be added manually. Check our hierarchical demos for reference:

Hi enchev,

and thanks for your quick answer.

I will evaluate do to the fact that we have many tables with this scenario.

Thanks again.

Best.

Massimo

Hi enchev,

please can you also confirm that via the design section is it possible to manage only the main grid and not the details grid that must be changed via source section only? Or i missing something?

Thanks.

Regards.

Massimo

Adding details DataGrid is a matter of placing a separate DataGrid in the parent DataGrid Template property - you can do it both using razor code directly or using the designer.