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

RadToolTipManager Basic Start

2 Answers 81 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Bruno
Top achievements
Rank 1
Bruno asked on 29 Dec 2011, 05:48 PM
Hi all,

I am using RadToolTipManager but it is not working on my page. I set html tips on the page, and call the RadToolTipManager control in the page as follows:

<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="All" />
<telerik:RadToolTipManager ID="RadToolTipManager_Tasks" 
    runat="server"
    Animation="FlyIn" /> 

But nothing is happening, when I was expecting to see the tooltips flying. 

Does RadToolTipManager needs the RadFormDecorator control?

Any thoughts?

Thanks,
Bruno

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 30 Dec 2011, 05:48 AM
Hello,

The following online demo application explains how to show animated ToolTip.
ToolTip / Animation

-Shinu.
0
Svetlina Anati
Telerik team
answered on 03 Jan 2012, 02:40 PM
Hi Bruno,

If you want to automatically replace all standard browser tooltips with RadToolTips you should set AutoToolTipify to true as shown below:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/autotooltipify/defaultcs.aspx

You could also specify only a zone to be automatically tooltipified by setting additionally the ToolTipZoneID property as demonstrated below:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/tooltipzoneid/defaultcs.aspx

If you need fine-tuned tooltipfying you can use another approach, e.g Load On Demand, client side creation, separate tooltip in an ItemTemplate, etc - to get a better understanding of all the features the RadToolTip control offers, please examine the other tooltip demos in our qsf:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/overview/defaultcs.aspx

Kind regards,
Svetlina Anati
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
ToolTip
Asked by
Bruno
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Svetlina Anati
Telerik team
Share this question
or