When I scaffold a new Master/Detail Hierarchy page it is not filtering the child data and instead returning all results. Here’s the code it is generating:
I can consistently reproduce this in both Radzen Blazor Studio and the plugin for Visual Studio using a variety of options.
In addition, I’ve noticed a few other issues with scaffolding Master/Detail Hierarchy pages:
When renaming the page during scaffolding, the Edit and Add pages are also updated as expected, but the code calling them from the child template does not get updated and the fields on the Edit and Add pages don’t get generated, but leave a malformed ChildContent tag
The Add page does not pass in the parent key value, so the parent has to be selected. I would expect this page to be generated with a parameter accepting the key value and the corresponding property automatically set to that value.