I want to have a grouped collection where the rows at the lowest level are sorted on a particular field.
A bit like group by classname then sort on lastname. How can this be done I tried using a sort on the orginal flat collection that was the source of the GC but the GC seems to remove that sort. tks

