I can't get sorting to work on a column that is selected as grouped.
https://plnkr.co/edit/j1FbSEGW3HLJDhbdHr2S?p=preview
On this grid, the group is defined on the column 'UnitPrice'.
Sorting on ProductName works, i.e. within each UnitPrice group (e.g. UnitPrice: 22, product id = 4 and 7 get sorted OK depending on asc/desc ProductName)
But Sorting on UnitPrice does not work, i.e. I expect to see the group header to show highest UnitPrice (e.g. Unit Price: 25) for descending order as first group header of the grid.
Is that feasible? Thanks!