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

disable the color when sorting in radgrid

1 Answer 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joslyn
Top achievements
Rank 1
Joslyn asked on 02 Jan 2014, 02:01 PM
Hi,
Is it possible to disable the color when sorting in radrid?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 Jan 2014, 02:07 PM
Hi Joslyn,

You can set  EnableSkinSortStyles="false" as shown below:

ASPX:
<telerik:RadGrid ID="RadGrid1" runat="server" >
 <SortingSettings EnableSkinSortStyles="false" />
   <MasterTableView>
. . . . .
   </MasterTableView>
</telerik:RadGrid>

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