I would like to know if it's possible to implement an interactive tooltip??? I mean by interactive tooltip, a tooltip whick contain button and close when the button was clicked.
Thank's
Alain
1 Answer, 1 is accepted
0
Konstantina
Telerik team
answered on 30 Apr 2014, 03:30 PM
Hi Alain,
I am afraid this is not possible, because when the user moves the mouse pointer off the object to which the tooltip is set, it closes. So, to achieve the desired behavior I suggest you to create a Popup and open it on MouseOver for example. According to your logic you then can close it - after a button is clicked or after a certain amount of time.
Hope this helps.
Regards,
Konstantina
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.