Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Filter > Change font color

Not answered Change font color

Feed from this thread
  • Posted on Nov 1, 2011 (permalink)

    How can i change the font color of the text in filter textbox in radgrid filtering?

    Reply

  • Posted on Nov 1, 2011 (permalink)

    Hello Tina,

    Try the following CSS.
    CSS:
    <style type="text/css">
    .RadGrid .rgFilterBox
     {
       color: Red !important;
     }
    </style>

    Thanks,
    Shinu.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Filter > Change font color
Related resources for "Change font color"

ASP.NET Filter Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]