Is there a way to use the HeaderCheckBox at the group level only? When i click the header checkbox in one group, they all become selected in the other groups as well. See attachment.
Thanks
Scott
Hello Scott.
The Header Checkbox synchronization can be specific to occur on the Band-level, RowsCollection-level or not at all. By default, the synchronization should occur on the RowsCollection level, which is the functionality you are looking for. When performing grouping, each GroupByRow contains a RowsCollection of the grouped rows. These are the rows that should be affected by default.
Have you changed the checkbox synchronization? This can be changed using the HeaderCheckBoxSynchronization property on the DisplayLayout's Override or using the CheckBoxSynchronization property on the column's Header.
Chris