Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Filter > RadGrid filter arrow position

Not answered RadGrid filter arrow position

Feed from this thread
  • John avatar

    Posted on Jun 13, 2012 (permalink)

    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

    Reply

  • Eyup Eyup admin's avatar

    Posted on Jun 14, 2012 (permalink)

    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.

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Filter > RadGrid filter arrow position
Related resources for "RadGrid filter arrow position"

ASP.NET Filter Features  |  Documentation  |  DemosStep-by-step Tutorial  ]