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

[Solved] Display normal when combobox is disabled

1 Answer 108 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Nyceane
Top achievements
Rank 1
Nyceane asked on 24 Jan 2008, 10:29 PM
I am trying to display materials inside combobox in regular mode, and when user cilcks edit mode they will gain full access of the combobox.

But the combobox' selected value is too light to display when its disabled, how do I display selected value inside combobox in regular black font?

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 25 Jan 2008, 11:51 AM
Hello Peter,

You can use the following css class to modify RadComboBox when it is disabled.
 
    <style type="text/css">  
    .RadComboBox_Default .rcbDisabled input  
{  
    color#000 !important;  
}  
 
    </style> 

Unfortunately this will not work in IE. We hope this is not major show stopper for you and we are sorry for the inconvenience this may cause to you.

Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Nyceane
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or