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
755
Hide the sub-level group title when its empty
posted

Hi,

How can I setup the xamdatagrid to be able to hide the sub-level group title when the group is empty.  The setup shown below is perfect when there is something in each group of each level, but if the sub-level is empty, I always have a useless title that I dont want.

 <igDP:XamDataGrid.FieldSettings>

<igDP:FieldSettings ExpandableFieldRecordExpansionMode="ShowExpansionIndicator"

ExpandableFieldRecordHeaderDisplayMode="DisplayHeaderOnlyWhenCollapsed"/>

</igDP:XamDataGrid.FieldSettings>