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

down down list doesn't appear then it does, but in wrong place

2 Answers 57 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Felbrigg
Top achievements
Rank 1
Felbrigg asked on 01 May 2013, 04:31 PM
I'm having difficulty with my combo. When the user types, it populates the drop down with a call to the server. Unfortunately the user cant see the drop down, it just doesn't appear on screen. However, if the user clicks underneath the combo after they've typed something, the list appears at the top of the page briefly, and then closes.   Here's my HTML...

<body>
 <form id="form1" runat="server">
 <div>
 <br />
 <br />
 <br />
 <br />
 <br />
 <br />
<asp:ScriptManager ID="scrpMan1" runat="server"></asp:ScriptManager>
 <telerik:RadAjaxPanel runat="server" ID="RadAjaxPanel3">
 <telerik:RadComboBox ID="rcbCandidateName" runat="server"
 style="left:10px;top:10px;"
 EmptyMessage="Candidate name"
 EnableTextSelection="true"
 EnableLoadOnDemand="true"
 DropDownWidth="223px"
 Filter="Contains"
 ShowToggleImage="True"
 ExpandAnimation-Type="InCubic"
 CollapseAnimation-Type="InBack"
 OnItemsRequested="rcbCandidateName_ItemsRequested" >
 </telerik:RadComboBox>
 </telerik:RadAjaxPanel>
 </div>
 </form>
</body>

2 Answers, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 06 May 2013, 11:03 AM
Hi Felbrigg,

This is a styling issue. Probably it is caused by your own styles. Give us a link to your live page where we can see the described behavior and inspect the problematic css.

Thanks.

All the best,
Hristo Valyavicharski
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.
0
Felbrigg
Top achievements
Rank 1
answered on 14 May 2013, 04:11 PM
You were right, it was a style issue.

Thanks for the pointer :)
Tags
ComboBox
Asked by
Felbrigg
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Felbrigg
Top achievements
Rank 1
Share this question
or