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
2925
GroupBy affecting all bands
posted

I have a grid consisting of 2 bands.  Each band contains the same columns with a relationship on a common column.

I have added a SortedColumn on Band 0 with groupBy set to True.  This creates group rows in Band 0 as desired.

But this is also forcing everything in Band 1 to be grouped by the same column.  If I then click on a header to sort the data, the data is sorted, but only secondary to the Band 0 group sort, and without group rows.

Why should my sort on Band 0 affect the data in Band 1?  I have tried forcing it off on Band 1 with ClearGroupByColumns, SortedColumns.Clear and Override.AllowGroupBy = False, to no avail.

This is version 10.2.2082.

Thanks,
Campbell