I have a RichTextBox set to readonly and selection disabled. But nevertheless the richtextbox handles all my mouse events even if it does not anything.
I cannot set the textbox to disabled because I have some links in the text, that should be clickeable. Any idea how to disable this behavior?
1 Answer, 1 is accepted
0
Iva Toteva
Telerik team
answered on 19 Oct 2011, 12:44 PM
Hello Braulio,
You can use the IsEnabled property of RadRichTextBox in order to enable and disable interaction with the control. However, interaction with the mouse is needed when you wish to be able to click the links in the document.
You can check this article for a short list of the properties you can use and try them out.
Best wishes,
Iva Toteva
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>