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

Item not selected on first try.

3 Answers 58 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 13 Dec 2010, 09:31 PM
Hi there,

I noticed a strange issue with the combo box using a tree view.  It seems that if I click the drop down arrow on the combo box and try and select an item it will not select until I go to the item and select it a second time.

If however I click midway through the combo box and select an item it will select right away.

Have you seen this behaviour or has a workaround been suggested?

3 Answers, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 13 Dec 2010, 09:49 PM
Hello Dan,

What does your RadComboBox/RadTreeView declaration look like?
0
Mike
Top achievements
Rank 1
answered on 13 Dec 2010, 10:04 PM
My declaration is like this:

<

 

telerik:RadComboBox ID="ddlKeywords" runat="server"

 

 

CollapseAnimation-Type="None" EmptyMessage="Select a List"

 

 

ExpandAnimation-Type="None"

 

 

OnClientDropDownOpened="OnClientDropDownOpenedHandler" ShowToggleImage="True"

 

 

Style="vertical-align: middle;" Width="243px">

 

 

<ItemTemplate>

 

 

<div id="div1">

 

 

<telerik:RadTreeView ID="RadTreeView1" runat="server"

 

 

OnClientNodeClicking="nodeClicking" Skin="Vista">

 

 

</telerik:RadTreeView>

 

 

</div>

 

 

</ItemTemplate>

 

 

<expandanimation type="None" />

 

 

<Items>

 

 

<telerik:RadComboBoxItem Text="" />

 

 

</Items>

 

 

<collapseanimation type="None" />

 

 

</telerik:RadComboBox>


I should also note that I am using the latest build.

 

0
Dimitar Terziev
Telerik team
answered on 16 Dec 2010, 04:42 PM
Hi Dan,

Unfortunately with the code provided we were unable to reproduce your problem, so please send us a runnable version of your page in order to find a solution to this issue.


Greetings,
Dimitar Terziev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
ComboBox
Asked by
Mike
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Mike
Top achievements
Rank 1
Dimitar Terziev
Telerik team
Share this question
or