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

ComboBox item text when wrapped is not showing fully highlighted

1 Answer 18 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
parimal
Top achievements
Rank 1
parimal asked on 29 Sep 2008, 08:10 AM
Hi,

We are using Telerik Asp.NET AJAX version 2008.2.826.35.
When a text of the combobox items get wrapped for skin Office2007, only the upper text shows highlighted [orange color] and below text is not shown selected or highlighted.

I have not specified width or dropdownwidth for the combobox.

Need help,
regards,
Parimal
Code:

<

body>

<form id="form1" runat="server">

<asp:ScriptManager ID="ScriptManager1" runat="server">

</asp:ScriptManager>

<div>

<telerik:RadComboBox Skin="Office2007" ID="RadComboBox1" runat="server">

<Items>

<telerik:RadComboBoxItem Text="Select" />

<telerik:RadComboBoxItem Text="United States of America [USA]" />

</Items>

</telerik:RadComboBox>

</div>

</form>

</

body>

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 29 Sep 2008, 10:39 AM
Hi Parimal,

This is a known issue and the fix will be included in the next official release by the end of the week.

Kind regards,
Rosi
the Telerik team

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