In Radzen Blazor Studio there are two ways to create CRUD pages:
- During database scaffold
- Using new page wizard from already scaffolded database code (showed in my previous post)
Both wizards will lead to same result, here is Master/Detail DataGrid from database scaffold:
As you can see the foreign keys are represented by lookup fields in the DataGrid. Here is also how Add/Edit pages looks:
If you believe that you have foreign keys that our wizards will not represent as lookup columns/fields feel free to send us your database schema where we can replicate this. Once we have something that we can check and debug we will be able to provide details.