Is it possible to achieve to get tooltips for both onmouseover and onfocus when using AutoTooltipify="true"?
1 Answer, 1 is accepted
0
Marin Bratanov
Telerik team
answered on 01 Nov 2012, 01:47 PM
Hello Stein,
This functionailty is not available at the moment. The idea is already logged in the PITS here, so you can follow, vote and comment.
What you could do is to use the RadToolTipManager API (shown in this demo and this article - see the getToolTipByElement() method) and add handlers to the second event (e.g.onfocus, as it will be used in less cases, while letting the manager handle mouseover).
All the best,
Marin Bratanov
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.