I have XamDatagrid binded to dataset (by dataview), which has hiearchy of two DataTables - for example Field_T, Annotation_T. DataTable Field_T has circular reference.
My problem is that parrents and childs are shown in the root, and i want to show only parrents in the root and childs in hiearchy (where they are already shown).
Is there some way how to do it?
Hello,
You can see this example by Aaron Marisi about how to create field layouts. You can also use UnboundFields and set the BindingPath property to something like:
BindingPath="MainObject.SubObject".
Hope this helps.