Radzen UI - Master/Detail

I tried adding Master/Detail Heirarchy & Master/Detail Datagrid pages to my project but the child relationship isn't created correctly when Adding a new child record. I looked at the code and the ID of the parent is never added to the child record as part of the initialization process (when Add child button is triggered). In my example I have a parent record CertStore and a child record CerttificateTracking. When adding a new CerticficateTracking record I would expect the CertStore.Id (Parent record ID passed in as a parameter) to be used to initialise the CertificateTracking record so that CertificateTracking.CertStoreId = parameters.CertStoreId


image

Just tried both templates with our Sample database and in both cases parent record Id is applied: