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

Spell Checker Modal Window

3 Answers 59 Views
SpellChecker
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 05 Nov 2013, 04:12 AM
Hi,

When I call the following code, I get a popup window.   

RadSpellChecker.Check(radRichTextBox, SpellCheckingMode.WordByWord);

However, user has access to controls behind this window.  Is it possible to display this as modal window so that user cannot do anything until this window is closed?

Thank you in advance,

Michael

3 Answers, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 07 Nov 2013, 03:17 PM
Hello Michael,

I presume you are spellchecking a RadRichTextBox control in your application. If this is the case, would you mind sharing why you are using the RadSpellChecker control instead of the built-in spellcheck mechanism of RadRichTextBox?

I'm looking forward to your reply.

Regards,
Petya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Michael
Top achievements
Rank 1
answered on 08 Nov 2013, 11:23 PM
Hi,

I just gave you an example. We use this for text boxes as well.  I just wanted to know whether it is possible to open spellchecking window as a modal window.

If not, is there any workaround?

Michael
0
Petya
Telerik team
answered on 13 Nov 2013, 02:56 PM
Hi Michael,

Please find attached a project demonstrating how you can create a class replacing the default RadSpellChecker. With this approach you can invoke the ShowDialog() method of the respective dialog and force it to show as modal. 

I hope this helps!

Regards,
Petya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
SpellChecker
Asked by
Michael
Top achievements
Rank 1
Answers by
Petya
Telerik team
Michael
Top achievements
Rank 1
Share this question
or