A couple of issues I would like to get feedback / workarounds for (using WPF v.9.1.20091.1006):
1. I have the FieldLayoutSetting set as follows:
ExpansionIndicatorDisplayMode="CheckOnDisplay"
However if the top level collection contains items with multiple child collections, then this does not work as expected. All the expansion indicators are left visible with the default '+'. If you have only a single child collection then all works as expected and only the items with a non-empty child collection display the expansion indicator.
2. It appears that the description for a layout only shows if there are multiple sibling collections per parent. (see attached pic). I would like to have the description always show. Is there a way to accomplish this?
Hello,
I was not able to reproduce this behavior. Here is a screenshot of what I am getting when binding the XamDataGrid to a NWind DataSet.
Am I missing something?
If so, please give more information or better attach a sample project so that we can look it in.
Alex.
I think your example also has two children per parent.
I have put together a small example that shows the problem. The sample has two datagrids that both bind the same data. The first grid binds both child collections, the second only one of the two. When you expand the parent items you can see the label differences: