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

Spelling Suggestions and Editing & Proofing commands are not working

4 Answers 65 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Senthilraja
Top achievements
Rank 1
Senthilraja asked on 14 Dec 2010, 01:51 PM
Hello

Issue 1: Spelling Suggestions are not displaying in context menu.

Issue 2: Editing & Proofing commands are not working.

Issue 3: Hide Font section when highlight and mouse over the text.

Telerik Version: 2010.3.1110.1040

Please check and let me know the solution for those issues.


Thanks & Regards
Senthil

4 Answers, 1 is accepted

Sort by
0
Accepted
Iva Toteva
Telerik team
answered on 15 Dec 2010, 02:10 PM
Hi Senthilraja,

Issues 1 & 2:
If you want to use spell checking, you should load a dictionary first. There is a default en-US one, included in Telerik.Windows.Documents.Proofing.Dictionaries.En-US. If you add a reference to this assembly in your Silverlight project, it will be loaded automatically. You can refer to this forum thread for information on loading custom dictionaries.
Issue 3:
I assume you refer to the SelectionMiniToolBar. If it is not showing and you want it to, you should add a reference to Telerik.Windows.Controls.RichTextBoxUI. You can always disable it by setting the IsSelectionMiniToolBarEnabled property like this:

<telerik:RadRichTextBox Name="radRichTextBox1" IsSelectionMiniToolBarEnabled="False" />
If I have misunderstood, or you need further assistance, do not hesitate to contact us again.

Kind regards,
Iva
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Senthilraja
Top achievements
Rank 1
answered on 16 Dec 2010, 07:13 AM
Hi Iva

Thanks for your support.

Issue 1 & Issue 3 are resolved.

Issue 2 is still available. Could you please give me the quick solution.....


Thanks & Regards
Senthil
0
Iva Toteva
Telerik team
answered on 16 Dec 2010, 02:02 PM
Hello Senthilraja,

How are you trying to use the Editing and Proofing Command? I am afraid I do not understand what your issue is. Could you explain further your scenario?

Best wishes,
Iva
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Senthilraja
Top achievements
Rank 1
answered on 16 Dec 2010, 03:29 PM
Hi Iva

I found the issue and fixed...  Thanks for your support.

Issue: DataContext="{Binding ElementName=radRichTextBox}"

Solution: DataContext="{Binding Path=Commands, ElementName=radRichTextBox}"


Thanks & Regards
Senthil
Tags
RichTextBox
Asked by
Senthilraja
Top achievements
Rank 1
Answers by
Iva Toteva
Telerik team
Senthilraja
Top achievements
Rank 1
Share this question
or