Hi,
I've got a grid with several alpha-numeric columns that sort fine, but the DateTime column does not sort correctly. When you click the header it will change the order of the rows but it is not it any logical order. It's funny because it seems that it will sort Descending but not Ascending.
Here is my setup:
Band:
SortingAlgorithmDefault="QuickSort"
HeaderClickAction="SortSingle"
Column:
DataType="System.DateTime"
Are there any special settings for a DateTime column?