I've noticed that spark datagrid when it tries to sort based on a column, when it finds no sortFunction it asks the GridColumn about the sortField.
Within the method public function get sortField():SortField I've noticed it uses ObjectUtil to compare 2 items. Shouldn't it rely on the default locale and set the locale style on the sortField? -- João Fernandes
