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
2945
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

Parents
  • 71886
    Offline posted

    Hello Campbell,

    I tried the behaviors you are referring to in you post and I can say that the first behavior is expected. As to the sorting - I was not able to reproduce this with the default settings on UltraWinGrid. Could you please review the sample attached to this post and if you feel that I misunderstood you, I will be happy to take a look at a sample of your own reproducing this. You could attach such, by clicking on the 'Options' tab above and browse for your zip file through 'Add/Update'. One more thing - I think that there is no such service release '2082', so I tried your scenario with 10.2.2081.

    Please do not hesitate to contact us if you need any additional assistance.

    BandsGroupByFiltering.zip
Reply Children