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!
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.
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?