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

Disabled ComboBox Look and Feel Changed after Telerik Upgrade Q2.2016

1 Answer 70 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Nisanth
Top achievements
Rank 1
Nisanth asked on 25 Jul 2016, 07:17 AM

Hi,
     I have upgraded Telerik from Q2.2010 to Q2.2016 Recently. After upgrade the background color of the Disabled combo box is changed. 
Previously, the BG Color was White and now the Color is Transparent.

How will I change the BG Color of the Disabled Combo Box.

 

Regards,

Nisanth

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 27 Jul 2016, 01:44 PM
Hello,

You could use the following styles:

.RadComboBox .rcbDisabled {
    filter: alpha(opacity=100);
    opacity: 1;
}
 
.RadComboBox .rcbInput {
    background-color: white;
}

Regards,
Peter Milchev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
ComboBox
Asked by
Nisanth
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or