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

back ground color

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 23 Aug 2012, 12:14 PM
hii
In a RadGrid How can i change the default background color of the column after sorting?


thanks..

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 23 Aug 2012, 12:22 PM
Hi,

Try setting EnableSkinSortStyles in SortingSettings.

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

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