3 Answers, 1 is accepted
0
Hello Grant,
Thank you for contacting us. Normally the browser does not execute mouseenter events for disabled elements. A possible approach to add the tooltip would be to place the button in a wrapper (e.g span) which has a title attribute:
This approach would work just fine without the Kendo Tooltip. Here is the modified version of your Dojo.
And here is another workaround using the widget. Again, you need to use a wrapper so that you can initialize the widget from it, and not from the button. Here is a Dojo example demonstrating it.
Feel free to contact us if you have further questions
Regards,
Martin
Progress Telerik
Thank you for contacting us. Normally the browser does not execute mouseenter events for disabled elements. A possible approach to add the tooltip would be to place the button in a wrapper (e.g span) which has a title attribute:
<span title=
"This is a tooltip"
>
<button data-role=
"button"
data-enable=
"false"
class=
"myTest"
>button</button>
</span>
This approach would work just fine without the Kendo Tooltip. Here is the modified version of your Dojo.
And here is another workaround using the widget. Again, you need to use a wrapper so that you can initialize the widget from it, and not from the button. Here is a Dojo example demonstrating it.
Feel free to contact us if you have further questions
Regards,
Martin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0

Mikkel
Top achievements
Rank 1
Iron
answered on 24 Feb 2025, 11:47 AM
| edited on 24 Feb 2025, 11:48 AM
Hello Martin,
I encountered the same issue today, and I must day, I do not agree with your response here - check out this Dojo example, showing that normal HTML buttons in fact do show their title when disabled:
https://dojo.telerik.com/WiCJhLCh
It would be greatly appreciated if Kendo UI Button would follow the standards with regards to this - it is indeed very useful to show the user why the button is disabled.
Best regards
Mikkel
0
Hello, Mikkel,
I can see that my colleague has replied to the same post in this forum thread. I suggest continuing the discussion there for simplicity.
Regards,
Martin
Progress Telerik
Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!