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

Change Font Color in Disabled RadCombobox

1 Answer 281 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Raghuramji Chandrasekaran
Top achievements
Rank 1
Raghuramji Chandrasekaran asked on 19 Nov 2010, 12:24 PM
I  used the below CSS to change the Font color in the Disabled RadCombobox.

<code snip>
.RadComboBox_Default .rcbDisabled .rcbInputCell .rcbInput,
.RadComboBoxDropDown_Default .rcbDisabled
{
    background-color: #808080;
    color: blue;
    font-weight: bold;
}
<code snip end>

But the font color change is reflected only in FireFox, but it IE 8 the font color is default gray color.

Note: This css change is mentioned in the below Telerik Forum URL
http://www.telerik.com/community/forums/aspnet/combobox/changing-the-default-style-for-disabled-or-enabled-false-radcombobox.aspx
.RadComboBox_Default .rcbDisabled .rcbInputCell .rcbInput,

1 Answer, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 19 Nov 2010, 02:29 PM
Hello Raghuramji,

When it comes to IE8, IE8 ignores any styling color styling when a controls disabled property is set. It does it for pretty much every control. I don't think there is a way around it.
Tags
ComboBox
Asked by
Raghuramji Chandrasekaran
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Share this question
or