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

Disabled RadCombo

3 Answers 78 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
VS
Top achievements
Rank 1
VS asked on 22 Aug 2008, 07:02 AM
Hi,

When i disable a radcombo, the control which displays the text is displayed as disabled whereas the dropdown image is displayed as enabled (I mean its displayed in blue color but am not able to click which is fine). I use the skin Outlook. How to make the combo image as disabled.

Regards

Sujith

3 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 22 Aug 2008, 08:12 AM
Hi Sujith,

The problem has been fixed for the upcoming SP1.

Nevertheless, if you want to set styles to the arrow cell, you can do so using the following CSS rule:
div.RadComboBox_Outlook .rcbDisabled .rcbArrowCell 
    backgroundred

Regards,
Alex
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Mario Turcotte
Top achievements
Rank 1
answered on 03 Sep 2008, 01:38 PM
I'm having the same problem, and the proposed solution didn't make any difference.

I added the CSS rules within the Outlook CSS file, I'm using radComboBox version 2.8.5

All I need is to change the Input part background-color

From the skin CSS I've tried to add a class

.ComboBoxInputDisabled_Outlook
.ComboBoxDisabled_Outlook

and none change the background color.

Is there any solution other then the proposed one?

Thanks in advance.
0
Alex Gyoshev
Telerik team
answered on 04 Sep 2008, 01:35 PM
Hello Mario,

If you add the CSS classes together, there should be a comma separating them, e.g.

.ComboBoxInputDisabled_Outlook, .ComboBoxDisabled_Outlook { /* ... */ }

If this doesn't help, you can refer to the ComboBox styling help article or open a support ticket with a sample solution, as we couldn't reproduce it at our side.

Sincerely yours,
Alex
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
VS
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Mario Turcotte
Top achievements
Rank 1
Share this question
or