I'm not sure what's going on here, but I had the combo boxes working on another page...then i did something (forgot what, might've updated the controls) and now they won't drop down at all...
Code:
It almost appears that the control is enabled = false, but i know it's enabled.
Is this a problem with the control from the design side of things? I'm using VS 2011, so I manually added the controls from the bin40 folder. Is this why?
Code:
<telerik:RadComboBox ID="RadComboBox1" runat="server" Width="130px"> <Items> <telerik:RadComboBoxItem runat="server" Text="Right Chest" Value="Right Chest" /> <telerik:RadComboBoxItem runat="server" Text="Left Chest" Value="Left Chest" /> <telerik:RadComboBoxItem runat="server" Text="On Pocket" Value="On Pocket" /> <telerik:RadComboBoxItem runat="server" Text="Full Front - Centered" Value="Full Front - Centered" /> <telerik:RadComboBoxItem runat="server" Text="Front Location - Other" Value="Front Location - Other" /> </Items> </telerik:RadComboBox>It almost appears that the control is enabled = false, but i know it's enabled.
Is this a problem with the control from the design side of things? I'm using VS 2011, so I manually added the controls from the bin40 folder. Is this why?