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

RadGrid filter arrow position

1 Answer 55 Views
Filter
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 13 Jun 2012, 09:46 AM
Is there a way to position the filter arrow on a column in a radgrid differently? I would like to move the arrow to the front of the column instead of having it after the heading title. Is this possible?

Regards, John

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 14 Jun 2012, 05:38 PM
Hi John,

You could achieve the described appearance by adding custom CSS. For example:
<style type="text/css">
       .rgFilterBox
       {
           float: right;
       }
   </style>

You could also design your filtering item entirely according to your own preferences using a Filter Template as demonstrated in the following demo:
Grid / Filter Templates

Regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Filter
Asked by
John
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or