Last fix 2.46.2:
Error while datagrid binding to parent's child property
var parent = Context.Parents.Include(x => x.Child1s).SingleOrDefault(x => x.Id == id);
When binding with ${parent.Child1}:
In the previous version of radzen it works fine
Last fix 2.46.2:
Error while datagrid binding to parent's child property
var parent = Context.Parents.Include(x => x.Child1s).SingleOrDefault(x => x.Id == id);
When binding with ${parent.Child1}:
Please zip and send us your meta folder.
Test project
Try to bind grid0 to ${parent.Child1s}
Thanks! We are working on a fix.
So far, the problem can be solved by manually setting the data and itemType values in the meta/page.json