We use RadGrid to show our data.
Some Columns should be sortable, here we have a problem:
- if we click the first time on the columnsheader
the column will be sorted ascending and the arrow-up-symbol appears
- if we click the second time on the columnsheader
the column will be sorted descending and the arrow-down-symbol appears
- if we click the third time on the columnsheader
the column will be not sorted and the arrow-symbol DISappears
We only need the first to function so that we ca toogle between ascending and descending
What have I to do?
regards
Christian
Some Columns should be sortable, here we have a problem:
- if we click the first time on the columnsheader
the column will be sorted ascending and the arrow-up-symbol appears
- if we click the second time on the columnsheader
the column will be sorted descending and the arrow-down-symbol appears
- if we click the third time on the columnsheader
the column will be not sorted and the arrow-symbol DISappears
We only need the first to function so that we ca toogle between ascending and descending
What have I to do?
regards
Christian