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

RadCombox highlight issue

3 Answers 68 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
EricF
Top achievements
Rank 1
EricF asked on 16 Sep 2008, 08:07 PM
To whom it may concern,

I am currently using the radcombobox where if no value has been selected, i change all radcomboxitems backcolor to yellow.  However, when i hover over the yellow radcombox item the "hover" effect does not highlight the item in question?  Is there something I have to set to ensure the highlight works with a different background color?

Thank you
Eric

3 Answers, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 17 Sep 2008, 01:05 PM
Hello Eric,

Please add the following css styles to ensure that hover background-color overwrites the background-color you've set:

<style type="text/css">  
    .rcbHovered {  
        background-colorred !important;  
    }  
</style> 

Greetings,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
EricF
Top achievements
Rank 1
answered on 17 Sep 2008, 01:13 PM
Thank you Yana,

Your tip worked out.

Eric
0
Yana
Telerik team
answered on 17 Sep 2008, 01:27 PM
Hi Eric,

I'm glad I could help.

Kind regards,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
EricF
Top achievements
Rank 1
Answers by
Yana
Telerik team
EricF
Top achievements
Rank 1
Share this question
or