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

Modified Skin

1 Answer 81 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Raymond
Top achievements
Rank 1
Raymond asked on 22 Apr 2008, 04:30 PM
I use Vista as skin for the radcombobox. However, on disabling the control, the text is hard to see. Therefore, I wish to change the look by modifying the skin as follows:

.RadComboBoxDropDown_Vista .rcbDisabled
{
 color:#000;
 cursor:no-drop;
}

.RadComboBox_Vista .rcbDisabled
{
}


Then I change EnableEmbeddedSkin to false and register the link in one of stylesheet under head section.  But it still does not work.

Any advice to make text to be black on disable. In addition are there any place I can learn for each style in the css file provided for each control. I have browse through the documentation without avail.

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 23 Apr 2008, 06:34 AM
Hi Raymond,

This behavior is caused by IE browser. When you make a control disabled, an external style from IE broswer is applied to this item. Unfortunately, the combobox doesn't have control over this style. Note, that in FF you can set custom color for the disabled items. For example:

.RadComboBox_Vista .rcbDisabled .rcbInputCell input  
{  
    color: Red;  


Greetings,
Paul
the Telerik team

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