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

RadComboBox Simple Skin

2 Answers 117 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
BrianS
Top achievements
Rank 1
BrianS asked on 10 Mar 2014, 02:21 PM
I just upgraded from 2011 to 2013.3.1217.40. I declare the RadComboBox in a RagGrid as follows:

    <EditItemTemplate>
        <telerik:RadComboBox ID="radCboReviewStatus" runat="server" Skin="Simple"
            CollapseAnimation-Type="None" ExpandAnimation-Type="None"
            NoWrap="true" Width="105px" DropDownAutoWidth="Enabled" >
        </telerik:RadComboBox>
    </EditItemTemplate>
</telerik:GridTemplateColumn>

When the combo is rendered, there is a black border on the arrow. See the attached. How to get rid of this?

2 Answers, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 11 Mar 2014, 08:25 AM
Hello BrianS,

We have successfully observed the issue with border color of the RadComboBox implemented in RadGrid, but the issue looks in different way as on the image that you have provided. I am sending you a screenshot for your reference. Please, try to apply the following workaround to fix the issue
.RadComboBox_Simple table td.rcbArrowCell {
    border-color: #7E7E7E;
}

Accordingly the screenshot that you have provided it seems, that there are some additional stylesheet on the RadGrid, so it is possible that they will overwrite the styles above. In this case, you can make the selector stronger.

Regards,
Magdalena
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

0
BrianS
Top achievements
Rank 1
answered on 13 Mar 2014, 03:31 PM
This worked. Thanks!
Tags
ComboBox
Asked by
BrianS
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
BrianS
Top achievements
Rank 1
Share this question
or