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

RadEditor inside RadToolTip: custom dialogs hidden

1 Answer 85 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Humayun Lari
Top achievements
Rank 1
Humayun Lari asked on 30 May 2008, 07:14 PM
When using a RadEditor inside a RadToolTip, RadEditor custom dialogs appear underneath the RadToolTip. How can this be fixed? Thanks!

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 03 Jun 2008, 11:30 AM
Hello Humayun,

The observed behavior is caused by the fact that the RadToolTip has a bigger z-index than the RadEditor and its dialogs because in most scenarios it is needed that the RadToolTip is above the other controls.

In your particular scenario it is the contrary and you can achieve the desired result by setting a lower z-index to the RadToolTip control. In case you are using the RadToolTipManager you can set it by using its style attribute as explained here. Otherwise, if you are using a single RadToolTip control you can use its client-side API in order to apply a proper z-index as shown in the attached demo project.


Best wishes,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Humayun Lari
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or