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

Increase tooltip time

4 Answers 192 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Eva Stephen
Top achievements
Rank 1
Eva Stephen asked on 10 Dec 2009, 07:43 PM
Hi ,

I would like to extend the timing for tool tip display .

Thanks.
Eva


4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Dec 2009, 05:53 AM
Hello Eva,

Set the HideDelay property (delay in miliseconds) according to your requirement in order to change tooltip's display time after the mouse leaves the target element.

-Shinu.
0
Svetlina Anati
Telerik team
answered on 11 Dec 2009, 08:44 AM
Hello Eva,

Indeed, what Shinu suggest will make the tooltip stay longer on teh screen. However, from your explanations I am not sure that this is the exact problem you experience -  would you please let us know why you need to have the tooltip displayed longer? If this is e.g to let a user input some information or you want to provide him with a better control over the tooltip display time, I suggets to consider changing the HideEvent e.g to ManualClose or another one. You can find more information and a sample demo about this property below:

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

In case you need further assistance or you have any additional questions, do not hesitate to contact us again, we will be glad to help.

Regards,
Svetlina
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Silvio Silva Junior
Top achievements
Rank 2
answered on 05 May 2010, 02:42 PM
Hi Eva.

If you're talking about this sample: http://demos.telerik.com/aspnet-ajax/tooltip/examples/webserviceandshow/defaultcs.aspx

the property that you need change in your tooltip is "AutoCloseDelay", I tested and it works fine.

(and sorry guys from telerik team, I don't know if I can suggest things like this for other users. If not, please let me know);

Regards.

0
Svetlina Anati
Telerik team
answered on 10 May 2010, 09:18 AM
Hello guys,

Let me first explain what are the differences between the HideDelay and AutoCloseDelay properties and how they work:

1) When you set the HideDelay property you specify how long after the hiding of the tooltip was invoked the tooltip should close. E.g if the tooltip should hide on mouseout of the target and you have specified HideDelay=500, the tooltip will hide after 500ms after the mouse leaves the target.

2) When you set the AutoCloseDelay property you determine when the tooltip should automatically close, no matter its hiding is invoked or not. For the example case above, if you e.g set AutoCloseDelay=500, the tooltip will close after 500ms no matter the mouse has left the target or it still on it. If you want the tooltip to close only when certain event happens (in other words not to close it while the mouse in the case above is on the target) you should set AutoCloseDelay="0".

As to your question, Silvio, forums are considered community resources and we encourage exchanging of solutions, ideas and suggestions between our customers there. We also provide awards for customers who are active and helpful in our forums to express our appreciation of their help - you can find more about this below:

http://www.telerik.com/community/mvp-program.aspx
http://www.telerik.com/community/mvp-program/benefits.aspx



Best wishes,
Svetlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ToolTip
Asked by
Eva Stephen
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Svetlina Anati
Telerik team
Silvio Silva Junior
Top achievements
Rank 2
Share this question
or