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

Hide a Tooltip

1 Answer 397 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 30 Jun 2016, 09:34 PM
How do I hide a tooltip that is displaying in a cell?

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 01 Jul 2016, 10:03 AM
Hello Eric,

Thank you for writing. 

You can handle the RadGridView.ToolTipTextNeeded event in order to assign a tooltip to a certain cell. In the event handler, you can specify the ToolTip.AutoPopDelay in order to determine how long the tooltip remains visible if the pointer is stationary on a control with specified ToolTip text. However, if you need to hide it programmatically, you can call the ToolTip.Hide method.

I hope this information helps. Should you have further questions I would be glad to help.

Regards,
Dess
Telerik
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
Tags
GridView
Asked by
Eric
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or