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

Display issue with ComboBox

9 Answers 188 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
vincent
Top achievements
Rank 1
vincent asked on 18 Jan 2012, 01:08 AM
When we have too many items in the dropdown, Chrome starts to overlap the items in the combobox.

How do you resolve this? I've attached a screenshot.

9 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Jan 2012, 05:50 AM
Hello Vincent,

I tried the same in Chrome which worked as expected. Attached is the screenshot.

-Shinu.
0
vincent
Top achievements
Rank 1
answered on 18 Jan 2012, 02:43 PM
Hi Shinu,

You also need to enable the Scroll Bars to replicate my issue. Thanks.
0
Shinu
Top achievements
Rank 2
answered on 19 Jan 2012, 10:26 AM
Hello Vincent,

I tried the same in the version 2011.2.915.35 which worked as expected with scrollbars. Attached is the screenshot.

-Shinu.
0
Kate
Telerik team
answered on 19 Jan 2012, 10:43 AM
Hi Vincent,

Can you provide the markup of the RadComboBox control that you use so I can test the issue locally? Can you also clarify if you use some binding?

All the best,
Kate
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
0
vincent
Top achievements
Rank 1
answered on 19 Jan 2012, 03:32 PM
Here you go Kate.

 <telerik:RadComboBox 
            runat="server" 
            ID="ddlTicketStatusList" 
            Width="300" Height="180"
            AutoPostBack="false"
            AllowCustomText="false"
            EnableLoadOnDemand="false"
            ShowMoreResultsBox="false" 
            EnableVirtualScrolling="false"
            Skin="Default"
            CausesValidation="false"
            OnClientSelectedIndexChanged="ddlTicketStatusList_OnClientSelected"
            ZIndex="50001"
            >
            <ExpandAnimation Type="None"  />      
            <CollapseAnimation Type="None" />
        </telerik:RadComboBox 
0
vincent
Top achievements
Rank 1
answered on 20 Jan 2012, 05:20 PM
Im using version 2011.1.315.35
0
Ivana
Telerik team
answered on 24 Jan 2012, 09:37 AM
Hello Vincent,

We cannot replicate this behavior locally. Could you isolate the RadComboBox in another page and see if the issue still persists?

Also, could you try this out with the latest version of our controls? Here is a KB article showing how to update controls for ASP.AJAX to another version: [http://www.telerik.com/support/kb/aspnet-ajax/general/updating-radcontrols-for-asp-net-to-another-version-or-license.aspx].

Greetings,
Ivana
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
0
vincent
Top achievements
Rank 1
answered on 24 Jan 2012, 05:54 PM
We no longer have access to your latest dll.
0
Ivana
Telerik team
answered on 26 Jan 2012, 06:45 PM
Hi Vincent,

Please, contact sales@telerik.com or visit your account for your upgrading options.

All the best,
Ivana
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
vincent
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
vincent
Top achievements
Rank 1
Kate
Telerik team
Ivana
Telerik team
Share this question
or