Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
XamDatagrid - DataSet binding and CircularReference
posted

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?

 

  • 69686
    Suggested Answer
    posted

    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.