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:
Cheers
Mark
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