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

Set sort arrows on the left

1 Answer 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lex
Top achievements
Rank 1
Lex asked on 26 Mar 2014, 11:13 AM
I have been asked to move the sort arrows to the left of the grid header columns. This means that they will be displayed before the text.

I was just wondering is this possible with a Telerik grid?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 26 Mar 2014, 11:34 AM
Hi Lex,

You can set the following CSS class to your grid to have the sort icon to be on left.

CSS:
<style type="text/css">
 .RadGrid .rgGroupItem input, .RadGrid .rgCommandRow img, .RadGrid .rgCommandRow a, .RadGrid .rgHeader input
  {
    float: left;      
  }
</style>

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