Hi, this is a little potential bug I found. Could you please confirm?
Here's the setup: a RadGridView with two columns, named column 1 and column 2 (index 0 and 1) and an event handler method on the SortChanged event.
Use the column sort functionality in the UI on column 1. Then do it again for column 2 but break in the SortChanged event handler method.
The new item now states that the sortdescriptor is for column 1 while the old item now states that the sortdescriptor within is for column 2. That is to say, the new item and old item seem to be reversed?
Is this how its meant to be or am I viewing this the wrong way?
Here's the setup: a RadGridView with two columns, named column 1 and column 2 (index 0 and 1) and an event handler method on the SortChanged event.
Use the column sort functionality in the UI on column 1. Then do it again for column 2 but break in the SortChanged event handler method.
The new item now states that the sortdescriptor is for column 1 while the old item now states that the sortdescriptor within is for column 2. That is to say, the new item and old item seem to be reversed?
Is this how its meant to be or am I viewing this the wrong way?