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
558
Hide Expand indicator when no child rows
posted

Hi, 

How can I hide the expand/collapse indicator on the band row when there are no subsequent child rows?  I'm binding a result set with 3 rows, only 1 of which has children.  However, all of the rows start with the expand indicator.

Thanks,

Kyle

Parents
No Data
Reply
  • 9836
    Verified Answer
    posted

    Kyle,

    You could change the expansion indicator display mode to CheckOnDisplay:

    <igDP:XamDataGrid.FieldLayoutSettings>

       <igDP:FieldLayoutSettings

    ExpansionIndicatorDisplayMode="CheckOnDisplay" />

    </igDP:XamDataGrid.FieldLayoutSettings>

     

Children
No Data