Hi Peter,
It works, with a deep gliche. :). If you have a datatable that is grouped, the sorting of a column will mess up the group.
For example, if you have a datasource that has the following columns:
State
City
Name
Address
And you have a datatable using the above datasource, grouped by State. If you don’t have a sorted column, and the the group is displayed in order with states that has A like Arkansas, Alaska, Az first. But, if you have a sorted column, for example, on the Name, and then the order of the State group is messed up badly.
Thanks.