ToolTip: Add RadTooltipService.ShowOnDisabled property in both platforms.
The same property is available for MS TooltipService in WPF.
9 comments
ADMIN
Martin Ivanov
Posted on:02 Jun 2023 13:30
Hello Brent,
We don't argue that the tooltips are not useful in such situations. Indeed, often it can make sense to show tooltips on disabled element. The current issue is that there is a limitation in the Silverlight framework that prevents as to provide a proper built-in support for this in the Telerik's tooltip service class.
I would argue that tooltips are MOST use on disabled controls. A user would likely need to know WHY a button is disabled for example.
ADMIN
Martin Ivanov
Posted on:08 Jul 2021 06:33
Hello Kenichi,
This is available in WPF. To enable this feature, you can use the WPF native ToolTipService and its ShowOnDisabled attached property. Note that in this case you will need to use the native ToolTipService, instead of Telerik's RadToolTipService. Also, keep in mind that the Telerik themes have styles for native ToolTip so it is going to be consistent with the other parts of the Telerik UI.
The XAML team has recently reviewed this issue and will not be addressing it due to Silverlight framework limitations. This is dictated by the fact that, it is not possible to track mouse events on a disabled element. If you want to achieve the same behavior in WPF, you can use the native TooltipService. The native ToolTip supports ShowOnDisabled functionality and Telerik provides theming support for native controls to achieve consistent UI with Telerik suite.