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

Save Ajax loaded tooltip

2 Answers 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
reza
Top achievements
Rank 1
reza asked on 20 Jan 2012, 09:11 AM
Hi
I've used RadTooltipManager to tooltipify element , required tooltips are loaded by a webservice that is defined in RadTooltipManager 
I was thinking about is it possible to save loaded tooltip locally and prevent other requests to send to server ?
Requests can be canceled in OnClientRequestStart
How can I get fetched tooltip in OnClientResponseEnd or any other possible event ?
and How can I display saved tooltip in OnClientRequestStart after canceling the request ?

Thank You Very Much , For Your Feedbacks


2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 20 Jan 2012, 11:14 AM
Hi reza,

Indeed, you could use the client-side OnClientRequestStart event and cancel the subsequent requests. You can find a detailed KB article along with a working demo on how to achieve this both when using AJAX or a WebService below:

http://www.telerik.com/support/kb/aspnet-ajax/tooltip/fine-tuning-load-on-demand-requests-of-radtooltipmanager.aspx

In addition, if we get more customers' requests about this, we could consider embedding it as a built-in feature, controlled by a property.

Please, examine the article and the demo and sue them as a start point for your implementation and let us know how it goes.

Greetings,
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
0
reza
Top achievements
Rank 1
answered on 20 Jan 2012, 01:45 PM
OK
Thank you very much
Tags
General Discussions
Asked by
reza
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
reza
Top achievements
Rank 1
Share this question
or