This is a migrated thread and some comments may be shown as answers.

right click spelling context menu not working

1 Answer 97 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Kenneth
Top achievements
Rank 2
Iron
Kenneth asked on 09 Sep 2014, 02:24 PM
From the main project I display a childwindow that is defined in another project and this childwindow hosts a richtextbox.. Both projects reference the proofing dll for spelling.  The spell checker works in trhat it underlines misspelled words, however there is no right click functionality at all.  I a project in the same solution I have the richttextbox hosted in the same project (no childwindow) and the right click spelling correction menu works.

The project that works has two differences from the one that does not. 

1. The rightextbox is hosted in the same project in the one that works
2. A ribbonview control is used in the one that works

Now it may be that neither of these differences are the actual problem.

So how can I get the right-click spelling menu to appear in this case?

1 Answer, 1 is accepted

Sort by
0
Accepted
Petya
Telerik team
answered on 11 Sep 2014, 01:53 PM
Hello Kenneth,

In order to use the predefined UI of RadRichTextBox, including the context menu and mini toolbars, you need to add references to the following assemblies:
Telerik.Windows.Controls.RichTextBoxUI
Telerik.Windows.Controls.ImageEditor
Telerik.Windows.Controls.Input
Telerik.Windows.Controls.Navigation
Telerik.Windows.Controls.RibbonView
The full set of assemblies needed for RadRichTextBox to work can be found here.

If this is not the cause of the issue on your end please try the suggestion from this article.

I hope this is helpful.

Regards,
Petya
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
RichTextBox
Asked by
Kenneth
Top achievements
Rank 2
Iron
Answers by
Petya
Telerik team
Share this question
or