I have a simple RadDataGrid with sorting set to...
UserSortMode="Single"
ColumnDataOperationsMode="Inline".
Clicking a header for a column goes through three steps. Sort ascending, sort descending and then no sorting. I want to prevent sorting being removed and so clicking the header when it is at sort descending should set it to ascending again. Is this possible?