Hi
When using Grids, I am able to group entries by using the following methods:
Grid Settings: <GridGroupSettings Columns="GroupColumns">
Or C# function: Grid.GroupColumn("NameOfColumn")
However, in both cases, I am not able to select if I want it to be sorted in ascending or descending order and I haven't found any information on how to do it or if it's even possible.
Any insight? Thanks in advanc