I am incorporating the Field Grouping XamDataGrid feature into my application. I am hoping to be able to configure a single field to show when the field group is collapsed, but multiple fields when it is not collapsed. It seems the current behavior only supports hiding all fields with a reduced label size?
This was possible with UltraWinGrid.
Hello Matthew,
By default all fields are collapsed. You have to specify which ones you want to keep expanded.
The Field object has a IsVisibleWhenParentGroupIsCollapsed property you can set to True for the field you want to show when the field group is collapsed. In our UltraWinGrid for Windows Forms this property is called HiddenWhenParentGroupCollapsed and is exposed on the Column object.
Let me know if you have any questions regarding this matter.