This question is locked. New answers and comments are not allowed.
I downloaded the latest version of the Telerik Extensions for ASP.NET MVC today (version 2010.2.825) and after installing them I noticed that the first column in my grid when sorted on would not remove it's icon. I didn't notice this before with the pervious beta version (version 2010.2.713).
Here are the steps I took to consistantly reproduce this issue:
1. Set your grid to be SingleColumn sort mode
2. Click on the first column of your grid that is sortable.
3. Click on another column that is sortable.
4. Notice that the icon displayed to show sorting is displayed in the first column still as well as the new column. If you step through the code there is only 1 "SortDescriptor" in the "GridCommand" so the sorting is correctly happening or I assume it is but for some reason the first column's "sort image" is not being removed. All other columns are removed properly it just seems to be the first column.
Has anyone else seen this issue?
If you need a code example / test project let me know where to submit it and I will do so. I recreated this by starting with a brand new "Telerik MVC Application" project.
Thanks,
Paul
Here are the steps I took to consistantly reproduce this issue:
1. Set your grid to be SingleColumn sort mode
2. Click on the first column of your grid that is sortable.
3. Click on another column that is sortable.
4. Notice that the icon displayed to show sorting is displayed in the first column still as well as the new column. If you step through the code there is only 1 "SortDescriptor" in the "GridCommand" so the sorting is correctly happening or I assume it is but for some reason the first column's "sort image" is not being removed. All other columns are removed properly it just seems to be the first column.
Has anyone else seen this issue?
If you need a code example / test project let me know where to submit it and I will do so. I recreated this by starting with a brand new "Telerik MVC Application" project.
Thanks,
Paul