Is there a way to establish a hierarchical databinding with observable collection (master records) where one of the fields contains another observable collection (child records)?
Thanks!
You would have to construct the FieldLayouts in such a way that each Field's name matches the name of the underlying property. Here you can see all about defining layouts in our documentation.
Thanks Alex. I can see it works automatically when fields are auto-generated. How do I use achieve this if I want to create master/child field layouts explicitly?
Hello,
Yes there is and the greatest thing is that the XamDataGrid will display this as a hierarchy by itself automatically. More topics on hierarchical data binding.