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

Radcombox doesn't drop at all

3 Answers 61 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Asim
Top achievements
Rank 1
Asim asked on 15 Oct 2013, 02:49 AM
I am using Radcombox control on my asp.net page, but combobox doesn't drop at all. I can see the items are there, but it doesn't expand. Please have a look at the code and attached image as well.


<telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
<telerik:RadComboBox ID="RadComboBox1" runat="server" Height="240" Width="150" Skin="Forest"
               Label="Natural numbers">
    <Items>
        <telerik:RadComboBoxItem Value="1" Text="1" />
        <telerik:RadComboBoxItem Value="2" Text="2" />
        <telerik:RadComboBoxItem Value="3" Text="3" />
        <telerik:RadComboBoxItem Value="4" Text="4" />
        <telerik:RadComboBoxItem Value="5" Text="5" />
        <telerik:RadComboBoxItem Value="6" Text="6" />
        <telerik:RadComboBoxItem Value="7" Text="7" />
        <telerik:RadComboBoxItem Value="8" Text="8" />
        <telerik:RadComboBoxItem Value="9" Text="9" />
        <telerik:RadComboBoxItem Value="10" Text="10" />
    </Items>
</telerik:RadComboBox>

3 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 15 Oct 2013, 04:43 AM
Hello,

I have tried with your code but i am not able to re-produce this issue.



Can you please convert your web site into telerik web site?
http://www.telerik.com/help/aspnet-ajax/introduction-vsx-creation-and-configuration-wizard.html


Thanks,
Jayesh Goyani
0
Asim
Top achievements
Rank 1
answered on 15 Oct 2013, 04:49 AM
Hi Jayesh,
Thanks for the reply. I think I am missing some configuration settings in my project. Can you tell me steps that I need to perform to add all dependencies in my visual studio project? (I am using VS 2012)
0
Jayesh Goyani
Top achievements
Rank 2
answered on 16 Oct 2013, 10:00 AM
Hello,

Please check below video.
http://screencast.com/t/dwK1M1rx0m

Thanks,
Jayesh Goyani
Tags
ComboBox
Asked by
Asim
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Asim
Top achievements
Rank 1
Share this question
or