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
Kyle,
You could change the expansion indicator display mode to CheckOnDisplay:
<igDP:XamDataGrid.FieldLayoutSettings>
<igDP:FieldLayoutSettings
ExpansionIndicatorDisplayMode="CheckOnDisplay" />
</igDP:XamDataGrid.FieldLayoutSettings>