This question is locked. New answers and comments are not allowed.
I'm testing a RadGridView control with 15 columns and 69 rows.
Using latest internal build.. (2009_3_1329)
Using latest internal build.. (2009_3_1329)
Because I wanted to remove the yellow "selected cell color", I styled the GridViewCell, and put that style on each column in the GridView. That made the sorting of columns to go from 0,5-1 sec to 6 sec.
I then tried removing all the GridViewCell styles, and the sorting performance was back to 0,5-1 sec.
Used the style from this telerik solution. (zip file in the bottom) as a basis.
Just changed the color in "Current" to transparent.
Is there a way to get around this performance problem?