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

Keep tooltip visible till mouse on it

1 Answer 86 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Durga
Top achievements
Rank 1
Durga asked on 25 Mar 2009, 03:53 PM
Hello,
I am showing a tool tip for editor control. I set the position as BottomCenter .
If there is lot of text in the target control, the tool tip is coming on the top of target control and covering the content (like position= center).

How to set the location of tool tip to show at the bottom of control.

Any help on this is really appreciated!!!

Thanks,
Durga

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 30 Mar 2009, 11:47 AM
Hello Durga,

The tooltip will be automatically repositioned when its content is so large that it will cause some of the tooltip to go beyond the browser viewport. When the tooltip detects this, it repositions to make sure all of it is contained in the viewport and is fully visible to the user.

If this is the case in your scenario, then this behavior is by design and cannot be worked-around easily.

In case your scenario is different than that, and tooltip is not actually high enough to leave the viewport, then the problem might be related to 1) using AJAX to load tooltip content AND 2) not specifying tooltip manager Width and Height properties. Please make sure you do set these properties to the RadToolTipManager.


Best wishes,
Tervel
the Telerik team

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