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.
Please find attached snap with is thread.I am not able to select Item other than A.
Thanks in advance.
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.