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

Tooltip Tutorial now working

2 Answers 62 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 23 Jul 2008, 03:56 PM
Hi,

I'm having an issue getting the Tooltip tutorial working.  Can you someone look over my code and let me know if I'm missing something?

Tutorial is here:
http://www.telerik.com/help/aspnet-ajax/tooltip_gettingstarted.html

<asp:HyperLink ID="TelerikLink" runat="server" NavigateUrl="http://www.telerik.com" Text="Telerik Web Site">
</asp:HyperLink>   
<telerik:RadToolTip ID="RadToolTip1" runat="server" TargetControlID ="TelerikLink" Position="BottomRight" Title="Telerik Site Link" Text="Click here to navigate to the Telerik web site" SkinID="Telerik"> 
</telerik:RadToolTip>

Any help is appreciated.
Rob


2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 24 Jul 2008, 01:40 PM
Hi Rob,

The provided code seems to be correct. I tested it and it worked as expected - the tooltip showed as expected. Please, note that in order to correctly apply an embedded skin, you should use the RadToolTip's Skin property, not the SkinID one.

Would you please examine the attached page and test it on your side? In case it differs from yours, e.g you have used MasterPage, User Controls, etc, please provide this additional information. It will be best if you open a new support ticket and send me a sample, reproduction project or modify mine in order to reproduce the problem? Once I have a better understanding on your exact setup, I will help you achieve the desired behavior. 


Sincerely yours,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Rob
Top achievements
Rank 1
answered on 29 Jul 2008, 07:08 PM
I resolved this by opening a new solution in Visual Studio 2008 and making sure all the web.config configurations in the new solution were in my solution that was having the issues.  There were a couple of postings that suggested trying this so I did and it worked. 


Tags
ToolTip
Asked by
Rob
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Rob
Top achievements
Rank 1
Share this question
or