Hello,
when I drag a sorted (and merged) column into the GroupBy Area the band.SortedColumns.Count is correct. But as soon as I drag this column from the GroupBy Area again, the entry band.SortedColumns gets lost (and with it the merging of this column).
How can I keep formerly grouped by-columns into the SortedColumns collection?
Thanks!
I don't understand what you mean. Grouping and sorting are tightly linked together. I'm not sure what merging has to do with it, though.
If you ungroup a column, does the column header still show a sort indicator? I would think the column would still be sorted in the same order it was when grouped.
I have exactly the same issue. I have two columns sorted, Client and Rig. I sorted both by Shift-clicking each column. SortIndicators are shown on each column header. I then drag the Client column to the GroupBy box. It still has the sort indicator on it as does the Rig column. I then drag the Client column from the GroupBy box into the grid again and it no longer has the sort indicator on it and the grid is now only sorted by the Rig column. How do we fix this?