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

ComboBox rendering issue & down arrow not working

1 Answer 144 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Robin
Top achievements
Rank 1
Robin asked on 05 Aug 2010, 01:51 PM

I have an issue where the combobox renders without a bottom border (see attached image) and the right down arrow doesn't work (it doesn't cause anything to happen when clicked).  Here's the .aspx:

 

 

<div runat="server" id="pnlAdvancedSearch">

 

 

 

<table width="100%" cellspacing="1" cellpadding="1" border="0">

 

 

 

<tr>

 

 

 

<td valign="middle" style="width: 110px;">

 

 

 

<asp:Label runat="server" ID="lblProject" Text="Project:" />

 

 

 

</td>

 

 

 

<td valign="middle" style="width: 250px;">

 

 

 

<telerik:RadComboBox runat="server" ID="ddProject" NoWrap="True" EmptyMessage="Please enter value"

 

 

 

ShowDropDownOnTextboxClick="true" EnableLoadOnDemand="true" ShowMoreResultsBox="true"

 

 

 

RegisterWithScriptManager="true" AppendDataBoundItems="False" EnableVirtualScrolling="true"

 

 

 

Height="200px" Width="100%" OnItemsRequested="ddProject_ItemsRequested" />

 

 

 

</td>
...

Any suggestions?

 

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 06 Aug 2010, 01:34 PM
Hello Robin,

This code works fine on my side and I suspect you have some additional CSS styles on your page that may be causing this.

If this is so, can you please send them as well? Otherwise please provide a live URL which shows the issue.

All the best,
Simon
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
Robin
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or