I'm using the ToolTipTextNeeded event to provide Tool Tips over date controls in our RadGridViews. Is there a way to specify the duration that it stays visible, hover time needed to invoke, etc...? Our users would like them to stay visible longer. Thanks...
6 Answers, 1 is accepted
0
Hi Bill,
Thank you for writing.
I am afraid that the ScreenTips do not support configuring the delays. Please excuse us if this causes an inconvenience. We have added this issue to our To Do list. Please write back if you have other questions.
Regards,
Victor
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Thank you for writing.
I am afraid that the ScreenTips do not support configuring the delays. Please excuse us if this causes an inconvenience. We have added this issue to our To Do list. Please write back if you have other questions.
Regards,
Victor
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Mark
Top achievements
Rank 1
answered on 31 Mar 2010, 04:10 AM
Hi, I just searched this one out and you mentioned at the time it was on the todolist. Is this option now available? My tooltips are pretty large and my users are not speedreaders! :)
Thanks
Thanks
0
Mark
Top achievements
Rank 1
answered on 31 Mar 2010, 04:15 AM
Hi, I've answered my own question and found the AutoCloseDuration in the ToolTipManager properties. Good work adding it in!
Thanks
Thanks
0
Hello Mark,
Deyan
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.
I am happy that you managed to find a solution for your case.
However, do not hesitate to get back to us in case you have further questions or need assistance.
Deyan
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.
0
Oliver Abraham
Top achievements
Rank 2
answered on 26 Aug 2011, 07:47 AM
Hi,
is the ToolTipManager available for WPF, too ? Or any equivalent ? We'd also like to increase the ToolTip duration.
Best regards
Oliver
is the ToolTipManager available for WPF, too ? Or any equivalent ? We'd also like to increase the ToolTip duration.
Best regards
Oliver
0
Hi Oliver Abraham,
Let us know if you encounter any difficulties.
Kind regards,
Maya
the Telerik team
In WPF you may set the ShowDuration property of the ToolTipService. For example:
<
TextBlock
Text
=
"{Binding Name}"
ToolTipService.ShowDuration
=
"40000000"
ToolTip
=
"MyCustomToolTip"
/>
Let us know if you encounter any difficulties.
Kind regards,
Maya
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>