Declined
Last Updated: 08 Jul 2021 06:33 by ADMIN
ADMIN
Sia
Created on: 12 Mar 2015 16:37
Category: ToolTip
Type: Feature Request
23
ToolTip: Add RadTooltipService.ShowOnDisabled property in both platforms.
The same property is available for MS TooltipService in WPF. 
7 comments
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.

<telerik:RadButton ToolTipService.ShowOnDisabled="True" ToolTip="Tooltip content" IsEnabled="False" />

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Kenichi
Posted on: 04 Jul 2021 04:55

This is must function for usual wpf application.

ADMIN
Martin
Posted on: 02 Jul 2018 09:54
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.
Alexander
Posted on: 14 Feb 2018 14:45
I need this feature.
Dawood
Posted on: 16 Jan 2018 10:14
I need this feature as it is useful.
Hani
Posted on: 07 Dec 2017 21:28
It would be very useful
Steve
Posted on: 24 Sep 2015 08:33
+1. This would be really useful.