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
925
HeaderCheckBox Functionality
posted

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

  • 6158
    Verified Answer
    Offline posted

    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