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

Sort icon on the left or Always show sort icon when column width is fixed

1 Answer 141 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Naresh
Top achievements
Rank 1
Naresh asked on 07 Jun 2012, 03:49 AM
Hi,
in the grid,
1) is there a way to show the sort icon on the left side of the column header?
2) can the sort icon be always shown (if sorted) even if the column width is set and if the header text exceeding the column width?

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 07 Jun 2012, 05:46 AM
Hello,

Please check below code snippet.


.RadGrid .rgHeader .rgSortAsc
       {
           float: left;
       }
        
       .RadGrid .rgHeader .rgSortDesc
       {
           float: left;
       }


Thanks,
Jayesh Goyani
Tags
Grid
Asked by
Naresh
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or