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

DropDownSettings

4 Answers 97 Views
SearchBox
This is a migrated thread and some comments may be shown as answers.
Michele
Top achievements
Rank 2
Michele asked on 28 Feb 2013, 01:05 PM
How to setting z-index of DropDownSettings?

4 Answers, 1 is accepted

Sort by
0
MasterChiefMasterChef
Top achievements
Rank 2
answered on 28 Feb 2013, 07:46 PM
Hi Michele,

To set the z index of a RadControl, you simply need to use the style property and change the value of the z-index:
http://www.telerik.com/help/aspnet-ajax/controlling-absolute-positioning-with-zindex.html

Good luck,
Master Chief
0
Michele
Top achievements
Rank 2
answered on 01 Mar 2013, 09:06 AM
hi , thanks for the reply I am attaching a picture to clarify what I mean. I hope we can solve
0
Ivan Zhekov
Telerik team
answered on 05 Mar 2013, 09:34 AM
Hello, Michael.

The following snippet will do the job:

html .rsbSlide,
html .rsbDropDownSlide {
    z-index: 90002;
}

I am also attaching a page with a searchbox and the styles applied.

Regards,
Ivan Zhekov
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
Michele
Top achievements
Rank 2
answered on 05 Mar 2013, 09:49 AM
wow thanks thanks :)
Tags
SearchBox
Asked by
Michele
Top achievements
Rank 2
Answers by
MasterChiefMasterChef
Top achievements
Rank 2
Michele
Top achievements
Rank 2
Ivan Zhekov
Telerik team
Share this question
or