Hi,
I have a grid that is using custom sorting. I am allowing multiple columns to be sorted and using the GridSortExpression to iterate over the selected sort columns. Everything works but the grid keeps adding additional sorts as the user clicks the various columns. This would be expected behavor if the user were holding the shift or control keys to denote they want additional sorts to be added. In my case I'm just clicking the columns and it is not clearing the other column sorts as expected. The sort indicator keeps showing on each column I click.
What am I doing wrong?
I have a grid that is using custom sorting. I am allowing multiple columns to be sorted and using the GridSortExpression to iterate over the selected sort columns. Everything works but the grid keeps adding additional sorts as the user clicks the various columns. This would be expected behavor if the user were holding the shift or control keys to denote they want additional sorts to be added. In my case I'm just clicking the columns and it is not clearing the other column sorts as expected. The sort indicator keeps showing on each column I click.
What am I doing wrong?