This is a migrated thread and some comments may be shown as answers.

RadGrid Sorting Column

1 Answer 90 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 08 Feb 2012, 04:15 PM
Hello

I am using a RadGrid, and have it sorted by a particular column by default, though manual sorting is disabled.  Is it possible to remove the shading/colour on the sorted column, so that it just looks like every other column?

I've tried using the following, but it does not seem to work:

this.grid.SortingSettings.SortedBackColor = Color.Empty;

Cheers

Mark

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Feb 2012, 04:53 AM
Hello Mark,

Try setting EnableSkinSortStyles as false.
aspx:
<SortingSettings  EnableSkinSortStyles="false" />

-Shinu.
Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or