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

Combobox won't drop down.

1 Answer 52 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
TIM
Top achievements
Rank 1
TIM asked on 27 Apr 2012, 07:14 PM
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:

<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?

1 Answer, 1 is accepted

Sort by
0
TIM
Top achievements
Rank 1
answered on 27 Apr 2012, 07:49 PM
Fixed it, I disabled the CDN for my project and it's working now.
Tags
ComboBox
Asked by
TIM
Top achievements
Rank 1
Answers by
TIM
Top achievements
Rank 1
Share this question
or