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

[Solved] change the default background color of column

1 Answer 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 29 Apr 2013, 02:19 PM
Hi,
How can I change the default background color of column after sorting.
thanks
Allen

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 Apr 2013, 02:27 PM
Hi,

Try setting EnableSkinSortStyles in SortingSettings.

ASPX:
<telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1" AllowSorting="true">
    <SortingSettings EnableSkinSortStyles="false" />
</telerik:RadGrid>

Thanks,
Princy.
Tags
Grid
Asked by
Allen
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or