Hi,
When grouping AND filtering at the same time in a XamDataGrid with the HeaderPlacementInGroupBy set to OnTopOnly, you get the header on top as expected, but also under the first group item, what is not expected. I tried to avoid that behaviour in the DataRecordPresenter template, but didn't find an appropriate trigger. Should I log an service call for this faulty behaviour ? I made a sample app that illustrates this issue. Thanks.
xaml :
<igDP:XamDataGrid x:Name="_sampleGrid" IsGroupByAreaExpanded="True">
<igDP:XamDataGrid.FieldSettings>
<igDP:FieldSettings AllowRecordFiltering="true" />
</igDP:XamDataGrid.FieldSettings>
<igDP:XamDataGrid.FieldLayoutSettings>
<igDP:FieldLayoutSettings
AutoGenerateFields="true"
FilterUIType="FilterRecord"
HeaderPlacementInGroupBy="OnTopOnly"
/>
</igDP:XamDataGrid.FieldLayoutSettings>
</igDP:XamDataGrid>
Hi Stephan,
This bug has already been fixed and isincluded in the latest service release.
Hi Joe,
Great to hear, w're still using NetAdvantage 2009.2 (SR 2001), could you specify the version that contains this fix ?
Thanks !
I'm not sure what the earliest build that the fix was included in but I just tested it with the latest service release of both 9.2 and 10.1. So downloading either of these should solve the problem.
Joe,
Sorry, but I had the idea that SR 2001 of 2009.2 already is the latest service release voor that 2009.2 version ? Do we really need to move to 2010 then ?
Hello,
This issue was verified and resolved in builds later than the following:
Thanks for the details,
Just tested with NetAdvantage_WPF_20092_2078_SR, and it works correctly now !