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
1090
Hierarchical Data Grid - View child rows Side by Side?
posted

Hey,

I have a hierarchical data grid where each parent item has two child collections.  I was wondering if it is possible to have the child row collections displayed side by side instead of one on top of the other?

Thanks

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    You can do this, but you would have to use UnboundFields and set their BindingPath to a path like this:

    "ParentProperty.NestedProperty".

Children