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

Combox do not aplly theme

1 Answer 51 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Milton
Top achievements
Rank 1
Milton asked on 20 Dec 2011, 02:57 PM
Hello team, good morning.
When a try to use RadComboBox in my webpage the same appears the following appareance to me!
I'm using the Default theme in my webpage.

1 Answer, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 21 Dec 2011, 04:07 PM
Hi Milton,

Make sure the embedded skins of the RadComboBox are not disabled. This is controlled by the EnableEmbeddedSkins property -- if it is set to "false", then the skins set trough the Skin property of the RadComboBox will be ignored. By default the EnableEmbeddedSkins is set to "true".
<telerik:RadComboBox ID="DropDownList1" runat="server" Text="my text" EmptyMessage="empty message" EnableEmbeddedSkins="false" Skin="Default">
    <Items>
        <telerik:RadComboBoxItem Text="item1" />
        <telerik:RadComboBoxItem Text="item2" />
        <telerik:RadComboBoxItem Text="item3" />
    </Items>
</telerik:RadComboBox>
In this case the Default skin will be ignored.

I hope this helps.

Regards,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
ComboBox
Asked by
Milton
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Share this question
or