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

RadWindow hides the drop down from a RadToolbar SplitButton

2 Answers 59 Views
Window
This is a migrated thread and some comments may be shown as answers.
Yohancef
Top achievements
Rank 1
Yohancef asked on 01 Jul 2011, 03:26 PM
Hi,

I have a Toolbar located above a window manager. When the window manager is empty the Splitbutton menu is visible, but when the window manager loads a window the button menu goes behind the active window. I tried playing with the z-index but by default the toolbar has a higher index than the window.

I am using Telerik.Web.UI version 2011.1.519.35.

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 04 Jul 2011, 10:38 AM
Hi Yohancef,

Generally speaking, RadToolbar's z-Index is 9000 and the same value is applied via JavaScript to the splitbutton's dropdown. RadWindow's default z-Index on the other hand, is 3000 (more information on the subject is available here).
This being said, a problem like the one that you describe, could be a result of RadWindow's z-Index being manually set to a higher value (or vice versa). In any case, you could use the standard style property in RadWindowManager's declaration to set a lower z-Index for the control.

I hope this helps. If you still experience problems, please open a support ticket and send us a sample project so we can investigate further.

Regards,
Georgi Tunev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Yohancef
Top achievements
Rank 1
answered on 08 Jul 2011, 07:17 PM

<

 

telerik:RadWindowManager ShowContentDuringLoad="false" InitialBehaviors="Maximize"  ShowOnTopWhenMaximized="false" >

ShowOnTopWhenMaximized="false"  was needed.

 

Tags
Window
Asked by
Yohancef
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Yohancef
Top achievements
Rank 1
Share this question
or