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

[Solved] Can't disable the Toggle Image when using Default skin.

1 Answer 121 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Quick
Top achievements
Rank 1
Quick asked on 18 Apr 2008, 06:36 PM
Hi

I add a radcombobox in the page. If it's using default skin, when I set "ShowToggleImage" to false, it doesn't work. But if  change to another skin, it works. Please fix it.

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 21 Apr 2008, 08:06 AM
Hi Quick,

Thank you for you bug report. We have fixed the issue, so it will be available with future builds of Telerik.Web.UI.

In the meantime, you can add the following CSS to your page:
div.RadComboBox_Default .rcbInputCellLeft 
    border-right: 0; 
 
div.RadComboBox_Default .rcbInputCellRight 
    border-left: 0; 
 
div.RadComboBox_Default .rcbArrowCellHidden, 
div.RadComboBox_Default .rcbDisabled .rcbArrowCellHidden, 
div.RadComboBox_Default .rcbArrowCellHidden a 
    width: 0; 


Greetings,
Alex
the Telerik team

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