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>

 

 

Parents
No Data
Reply
  • 8576
    Offline posted
    Hi -
     
    Can you provide an annotated screenshot that shows what you want to accomplish?  (I'm not 100% clear about what you are trying to accomplish in the UI based from your description).  Thx.
     
    Joe
     
     
Children