Declined
Last Updated: 10 Aug 2026 14:09 by ADMIN
ADMIN
Mihail
Created on: 15 Jun 2017 12:31
Category: RichTextBox
Type: Bug Report
1
RichTextBox: Hyperlink tooltip is not changed when the HyperlinkNavigationMode property of RadRichTextBox is changed
Hyperlink tooltip is not changed when the HyperlinkNavigationMode property of RadRichTextBox is changed.

Workaround: Invoke radRichTextBox.ActiveEditorPresenter.RecreateUI() method just after the property value change:
this.radRichTextBox.HyperlinkNavigationMode = HyperlinkNavigationMode.Click;
this.radRichTextBox.ActiveEditorPresenter.RecreateUI();

Steps to reproduce:
1. Insert a hyperlink in RTB.
2. On button click change the HyperlinkNavigationMode.

Observe: The tooltip is not changed from Click to ... Ctrl + Click to .. and vise versa.
1 comment
ADMIN
Martin Ivanov
Posted on: 10 Aug 2026 13:48
This behavior was originally reported over 9 years ago and has not received significant demand or follow-up from the community since then. This is why we plan to prioritize more impactful and widely requested improvements.

If this limitation is still affecting your scenario, please share additional context or use cases. This will help us better assess the severity and reconsider prioritization in the future. Thank you!

 

Regards,
Martin Ivanov
Progress Telerik

Unlock smarter data exploration in RadGridView with AI-powered features. Enable natural language queries and help users uncover insights faster.

Learn more about RadGridView AI features