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

How to Remove Sorting selection style

2 Answers 82 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Appu
Top achievements
Rank 1
Appu asked on 01 Jul 2009, 12:15 PM
Hi

          Is there any way to remove Sorting selection style from grid. I dont even want default column seletion style. I didnt apply any style to my grid. But whwn i sort any column it applies default sorting selection style to column. I dont want this option my column msut be look like asbefore the sorting selection.

Plz help me

SA

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 01 Jul 2009, 12:58 PM
Hello Appu,

You can set the SortingSettings>EnableSkinSortStyles property of the grid to false as shown below:
aspx:
 <telerik:RadGrid ID="RadGrid1" AllowSorting="true" runat="server" DataSourceID="Sqldatasource1"
       <SortingSettings EnableSkinSortStyles="false" /> 
       <MasterTableView DataSourceID="Sqldatasource1"
                 

Thanks
Princy.
0
Appu
Top achievements
Rank 1
answered on 01 Jul 2009, 04:43 PM
Hai Princy.
          very thanks it works well..


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