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

RadComboBox options render beneath RadMenu

1 Answer 121 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jeff Wardwell
Top achievements
Rank 1
Jeff Wardwell asked on 31 Dec 2008, 07:53 PM

Any instance of the RadComboBox (problem is present using embedded and custom skins) whose options list expands to overlap a RadMenu causes the list to render beneath the RadMenu. 

Is there any way to correct the behavior?  As I can't conceive of an instance where a RadComboBox in its non-expanded state and a RadMenu in its non-expanded state would overlap, it seems like the only part of either control that should be set to render on top of other controls would be the options list and subnav, respectively.

Is this a z-index setting that I can change in my custom skins?  If so, what should I do about embedded skins?

***Note: Please do not respond simply to tell me to upgrade our control set to the latest version.  That is always a good thing to do, but the last upgrade hosed our built in-house custom skins due to mark-up changes.  I need to know how to fix this in the product version listed below.

Thanks in advance!

Telerik Product: Telerik.Web.UI.dll v2008.03.1105.35
Famework: .NET 3.5
Server: Windows Server 2008 (Also apparent on XP Pro SP3 test machine)
Browsers: FF 3.0.5, IE 6.0.2900.5512.xpsp_3_gdr.080814-1236

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 02 Jan 2009, 11:01 AM
Hi Jeff Wardwell,

You could set the z-index like this:

<telerik:RadMenu style="z-index: 10000">

However I don't think this would help because by default RadMenu is configured to be on top of RadComboBox. Please make sure that the parent element of the menu has higher z-index than the parent element of the combobox.

Kind regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
Jeff Wardwell
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or