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

Is there a way to display a tooltip outside of a RadDock?

2 Answers 71 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Richard M
Top achievements
Rank 1
Richard M asked on 02 Nov 2010, 05:01 PM
I have a tooltip that uses a link inside of a raddock.  When I hover on the link, the tooltip comes up, but it gets cut off inside of the raddock.  Scrollbars come up on the raddock, which does not have the appearance I want.  Is there any way to have the tooltip go outside of the raddock, like an higher z-index or something?  I've attached a picture of what it looks like right now ("current tooltip.jpg"), and a picture of what I would like it to look like ("preferred tooltip.jpg").

2 Answers, 1 is accepted

Sort by
0
Accepted
Svetlina Anati
Telerik team
answered on 04 Nov 2010, 09:10 AM
Hi Richard M,

 The behavior you report is expected due to the fact that the tooltip is a child of the dock. To get the desired result, the tooltip should be rendered as a child of the form and to accomplish this you should set RenderInPageRoot="true" for the tooltip.

Greetings,
Svetlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Richard M
Top achievements
Rank 1
answered on 04 Nov 2010, 08:33 PM
That did it, and it looks great.  Thank you.
Tags
ToolTip
Asked by
Richard M
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Richard M
Top achievements
Rank 1
Share this question
or