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

RadComboBox doesn't overlay RadPanelBar

2 Answers 93 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Leela Yarlagadda
Top achievements
Rank 1
Leela Yarlagadda asked on 14 May 2010, 10:09 PM
I have RadComboBox on the ReadPanelBar, and when I pull down the combo box, part of it gets hidden behind the RadPanelItem below. This happens when the RadPanelItems below the combobox are extended. How do I fix this?
RadComboBox doesn't have any property to set so it can overlay any other controls.
I am using RadControls for AJAX version Q3 2009, that pretty recent. Do you have fixes related to this in the latest version?

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 May 2010, 07:24 AM
Hello Leela,

Try setting higher z-index value for RadComboBox than RadPanelBar and see whether it helps. You can set the value of the z-index property of the controls by using the common style property.

eg:
           style="z-index: 1000"

And here is the list of z-index values different controls:
Controlling absolute positioning with z-index

Thanks,
Princy.
0
Leela Yarlagadda
Top achievements
Rank 1
answered on 17 May 2010, 04:10 PM
Thanks, that worked.
Tags
ComboBox
Asked by
Leela Yarlagadda
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Leela Yarlagadda
Top achievements
Rank 1
Share this question
or