When loading data from a web service into a Flex DataGrid, numeric values are treated as strings, causing incorrect alphabetic sort order. The fix is to assign a custom sortCompareFunction to the numeric column that explicitly converts values to Number before comparing, restoring proper numeric ordering.
Sort: