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

Possible breaking change in RadComboBox (Q3 2009) - Base Stylesheet Introduced

0 Answers 171 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 05 Nov 2009, 04:02 PM
The RadComboBox control in Q3 2009 has a brand new base stylesheet instead of skin file only. This could be a possible breaking change if you use custom skins. You have to set EnableEmbeddedBaseStylesheet to "false" in order to fix the issues introduced by this change.


In addition, we identified a problem in RTL mode (dir=rtl) of the combobox.
In order to work correctly in RTL mode you need to set the following two properties of RadComboBox:

<telerik:RadComboBox ID="c1" runat="server"
   CssClass="RadComboBox_rtl"
   DropDownCssClass="RadComboBoxDropDown_rtl">...</telerik:RadComboBox>
Tags
ComboBox
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Share this question
or