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

Need to style RadGrid filter popup

1 Answer 175 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 24 Aug 2011, 09:04 PM
Hi,
I need to style the RadGrid filter popup, this popup shows up when users click on the filter icon in the filter row. e.g. on this url:

http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx

click on OrderDate Filter icon, the popup menu shows.

How do I do that?

Thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Aug 2011, 06:42 AM
Hello Ed,

You can override the default CSS to achieve this.

CSS:
<style type="text/css">
 .RadMenu_Default .rmGroup,.rmText   
  {
    color:Blue !important;
    background-color:Red !important;
  }
</style>

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