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
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.