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

Disable Complete Message Box from SpellChek in RadRichTextEditor

1 Answer 78 Views
RichTextEditor
This is a migrated thread and some comments may be shown as answers.
Omar
Top achievements
Rank 1
Omar asked on 24 Jun 2018, 03:37 AM

How can I disable the Complete Message Box from the SpellCheck in the RadRichTextEditor?

In RadSpellChecker I can use the property EnableCompleteMessageBox, but in RadRichTextEditor I can't find it.

 

Regards.

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 25 Jun 2018, 11:46 AM
Hello, Omar,   

In the latest version of Telerik UI for WinForms suite RadRichTextEditor doesn't use internally RadSpellChecker. It has its own spell-checking functionality: https://docs.telerik.com/devtools/winforms/richtexteditor/features/spellcheck

The default implementation of the SpellCheckingDialog doesn't allow customizing the dialog in such a way to skip showing the alert for spell-checking completion. However, you can build your own spell-checking dialog which inherits RadForm and implements the ISpellCheckingDialog interface. Thus, you can achieve any custom behavior that you need in the dialog.

I hope this information helps. If you have any additional questions, please let me know. 

Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
RichTextEditor
Asked by
Omar
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or