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
Hello again,
No worries. I am glad to see that you were able to solve this. Please feel free to contact us again if you have any pending questions.
My apologies, it turns out there was something in the AfterSortChange propagating this down to the next band.Thanks for taking a look and sorry for wasting your time.
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.