How may I get a DataGridView column of signed numeric values to sort by signed value? Currently ColumnType is DataGridViewTextBoxColumn and ValueType is typeof(System.Single), but sorting is on the absolute rather than signed value, e.g:
-2.728
3.835
4.132
-4.511