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

Unable to select Combobox Item

1 Answer 138 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Laxmikant
Top achievements
Rank 1
Laxmikant asked on 26 Mar 2012, 02:31 PM
Hi,

I am using RadComboBox in my application, but when I run this application and treid to select non selected combobox item then it will not allow to select.

Here is sample code.

<rad:RadComboBox ID="RadComboBox1" runat="server">
                   <Items>
                       <rad:RadComboBoxItem runat="server" Text="A" Value="1" />
                       <rad:RadComboBoxItem runat="server" Text="B" Value="2" />
                       <rad:RadComboBoxItem runat="server" Text="C" Value="3" />
                   </Items>
               </rad:RadComboBox>

Please find attached snap with is thread.I am not able to select Item other than A.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 28 Mar 2012, 09:28 AM
Hello,

Please open your developer tools window and check whether there are any JavaScript errors on the page.

All the best,
Dimitar Terziev
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.
Tags
ComboBox
Asked by
Laxmikant
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or