I have a DataGrid that supports single sorting and it is working fine, but I would like to remove the 'unsorted' state.
- When I click sort on an unsorted column, it sorts the column ASC
- When I click it again, it sorts the column DESC
- When I click it again, it removes all sorts and becomes 'unsorted'
Instead of #3, I would like to like the grid to sort ASC again, so it is never in an unsorted state. Is this possible?