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

Editor Windows Inside ToolTip

1 Answer 85 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
B
Top achievements
Rank 1
B asked on 14 Aug 2008, 07:27 PM
I want to load a RadEditor inside a tooltip and have most of the controls enabled.

I can load the editor fine, but my problem is when the Editor tries to open a window like the image manager.  The window opens, but it is behind the tooltip. 

How can I control the editor window z-index so I can force it to show above the tooltip?  Or is there a way of controlling the tooltip's z-index?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 18 Aug 2008, 12:34 PM
Hi B,
You can set the z-index of the RadToolTip the following way:
<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server"   
    OnAjaxUpdate="RadToolTipManager1_AjaxUpdate" ManualClose="true"   
    style="z-index:2000"> 

Best wishes,
Tsvetie
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
B
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or