Closed MattH-Work closed 2 years ago
Hello, it seems it is a string column. Is should be a int column type.
Take a look at the sample project, there you can find an "int" column ordered. Lokking at the code you will find type int for this column
_dataTable.Columns.Add("int", typeof(int));
I was not able to reproduce the error. I close this issue.
As can be seen below, the 'Days Remaining' column does not sort correctly It is detected as numerical, as the sort order offers up 'Smallest to Largest' etc All other columns sort correctl;y (Text, Dates & two other numerical)