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
Hello,
You can do this, but you would have to use UnboundFields and set their BindingPath to a path like this:
"ParentProperty.NestedProperty".
Does this work if ParentProperty is a collection? If so, does the grid generate just enough rows based on which child collection has the most items?