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

Radgrid Filter window

2 Answers 68 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kiran
Top achievements
Rank 1
Kiran asked on 16 Jun 2010, 10:03 PM
Dear telerik,

Can you please advise on below ?

I am trying to apply my own class on radgrid, i have set enableembeddedskin = "false" and apply the classes, which is working fine

I have a column with showfiltericon =true, but filter window is all white, please advise how to resolved this thing, how can i apply my own style like background color, font color in filter window ?


appriciate your help
Kiran

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 17 Jun 2010, 02:00 PM
Hello Kiran,

I am able to change the back-color of the filter menu by adding following css on page.

css:
 
    <style type="text/css"
        .RadMenu .rmGroup .rmText 
        { 
            background-color: Red; 
        } 
    </style> 


-Shinu.
0
Kiran
Top achievements
Rank 1
answered on 17 Jun 2010, 04:31 PM
thanks shinu

Tags
General Discussions
Asked by
Kiran
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Kiran
Top achievements
Rank 1
Share this question
or