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