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

Tooltip inside a tooltip

1 Answer 60 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Guillaume Raymond
Top achievements
Rank 1
Guillaume Raymond asked on 01 Dec 2009, 08:40 PM
Hi,
I currently have a project where I load a UserControl inside a tooltip.  Inside this tooltip, there is another tooltip which is used to display help.  However, when I click on the "help tooltip button", the original tooltip disappear.
Is that normal ? Can't I have something like "nested tooltips" ?
If it's not possible, what is the best way to implement such behavior?  With a RadWindow ?

Thank you very much!
Guillaume

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 02 Dec 2009, 08:38 AM
Hello Guillaume,

Only a single tooltip might be visible at any given time. This behavior is by design and will not be changed as changing it would defy the purpose of the control.

The purpose of a tooltip is to provide additional information for a given element. It is not meant to be used as a popup control or as a draggable panel. For this purpose we provide RadWindow and RadDock controls. Both of these controls allow more than one visible element of the kind on the page.

Our suggestion is to consider using RadWindow and RadDock controls.

Greetings,
Svetlina
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ToolTip
Asked by
Guillaume Raymond
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or