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

How can I include controls inside of ToolTipManger?

4 Answers 88 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 20 Jul 2008, 08:15 AM
How can I include controls inside of ToolTipManger in aspx (design mode)? If it's possible?

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 Jul 2008, 11:35 AM
Hi,

Go through the following help article and see whether it helps.
Using the TargetControls Collection

Regards
Shinu.
0
Svetlina Anati
Telerik team
answered on 21 Jul 2008, 12:00 PM
Hi Michael,

You cannot use the RadToolTipManager in the described manner because it shows different content every time a new tooltip is shown. This content is loaded by using an AJAX request or a WebService and it is not static and nested in the control.

You can use the RadToolTip control as an alternative and drag controls in it in design time.

I strongly recommend to examine our online demos which concern the RadToolTip and RadToolTipManager controls and the differences between them.


Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Iggy
Top achievements
Rank 1
answered on 21 Nov 2008, 02:56 PM
Is it then possible to make a RadToolTip display for multiple controls?  What I want to do is create a tooltip that will show a few links that, when clicked, will execute javascript.  I have multiple controls on the page that I want this displayed for and the only difference for each one is the parameter sent to the javascript function.  I was hoping that I could use the ToolTipManager and supply a value with each TargetControl that I add and somehow send that value to the javascript function that is called when a link is pressed in the tooltip.

Is this possible or do I have to create a separate tooltip for each control to be able to send in separate JS parameter values for each one?

Thanks.
0
Svetlina Anati
Telerik team
answered on 25 Nov 2008, 03:54 PM
Hello Iggy,

I am afraid I could not understand your scenario. Please, think for the RadToolTip as for a standard panel which is invisible at certain time and gets visible on event. You can consider the RadToolTipManager as a panel which content gets updated. This being said, implement your scenario only with panels and do not use the RadToolTip or RadToolTipManager at all. After you get the desired behavior, just replicate the used logic either with many separate tooltips or with a RadToolTipManager, depending on your panels implementation. In case you are able to implement the scenario with standard panels only and you experience problem in replicating it with the RadToolTip, open a new support ticket and send us the demo with the panels and we will rework it in order to have the same functionality with the RadToolTip instead of panel.


Sincerely yours,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
Michael
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Svetlina Anati
Telerik team
Iggy
Top achievements
Rank 1
Share this question
or