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

Tooltip When Clicking on any Text?

1 Answer 58 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Lance
Top achievements
Rank 1
Lance asked on 05 Jun 2008, 01:30 AM
Hi all,
I would like to use the tooltip control to display a dictionary definition of a any word within a panel.  So, when the user double clicks on a word, the tooltip queries a webservice and grabs the definition of the clicked word.  Is this doable, or am I going down the wrong path?

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 05 Jun 2008, 01:19 PM
Hello Lance,

Yes, this is possible. Actually we have an online demo similar to your scenario, however it is implemented with RadWindow - Using RadWindow as Information Popup. You can check the code of the demo to see how to achieve the double-click functionality that your case requires. Next, I suggest to check the following RadToolTip demos which will show you how to implement your WebService with RadTooltip:

Using RadToolTipManager with ImageMap
http://www.telerik.com/DEMOS/ASPNET/Prometheus/ToolTip/Examples/ImageMapToolTipManager/DefaultCS.aspx

WebService
http://www.telerik.com/DEMOS/ASPNET/Prometheus/ToolTip/Examples/WebService/DefaultCS.aspx

WebService and Show
http://www.telerik.com/DEMOS/ASPNET/Prometheus/ToolTip/Examples/WebServiceAndShow/DefaultCS.aspx



Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Lance
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or