Declined
Last Updated: 04 Mar 2015 09:40 by Suzanne
Suzanne
Created on: 02 Mar 2015 17:25
Category: UI for WPF
Type: Bug Report
0
There doesn't seem to be a way to hide the tooltip for radrichtextbox. It always shows track changes info.
If there is a way to do this, I would love to know. It is driving my users crazy.
4 comments
Suzanne
Posted on: 04 Mar 2015 09:40
The URL is wrong...but it led me to the answer. Thank you!!!

http://docs.telerik.com/devtools/wpf/controls/radrichtextbox/how-to/features-custom-ui-layers
ADMIN
Tanya
Posted on: 04 Mar 2015 09:24
Hi Andrey,

Please, excuse me for the inconvenience. The link is now fixed.
Lisitsa
Posted on: 04 Mar 2015 08:19
The link you provided is invalid:

Server Error in '/devtools/wpf' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 
ADMIN
Tanya
Posted on: 03 Mar 2015 12:14
Hi Suzanne,

You can disable this tool tip by removing the UI layer corresponding for it. How to implement such behavior is explained in our documentation: http://docs.telerik.com/devtools/wpf/controls/radrichtextbox/how-to/features-custom-ui-layers.html . You should use the Remove(DefaultUILayers.ToolTipLayer) method to remove the layer from the layers collection.