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

Spell Checking UI

2 Answers 112 Views
SpellChecker
This is a migrated thread and some comments may be shown as answers.
Tarun
Top achievements
Rank 1
Tarun asked on 18 Aug 2011, 02:58 PM
Hi,

The asp.net RadSpell has the following buttons:
  • Change
  • Change All
  • Ignore
  • Ignore All
But, the silverlight version of the RadSpellChecker does not have all four buttons; instead it has only Change and Ignore All.
Are the other two features not supported for silverlight version of the RadSpellChecker ?

Also, Is there any way to customize the UI of the RadSpellChecker ? For example, is there a way to change the content of the buttons inside the Spell Checking ?

Thanks
Tarun

2 Answers, 1 is accepted

Sort by
0
Tarun
Top achievements
Rank 1
answered on 23 Aug 2011, 11:53 AM
Any information on this please ?
0
Accepted
Iva Toteva
Telerik team
answered on 23 Aug 2011, 04:52 PM
Hello Tarun,

You are right, RadSpellChecker only supports the following operations:
  • Change - changes the currently spell checked word to the suggestion chosen;
  • Ignore all - the misspelled word is added to the IgnoredWords dictionary of RadRichTextBox and all other occurrences of the word are not marked as spell checking errors.
With regard to the content of the buttons in the dialogs, you can easily change the strings, as the dialogs have been localized. The names of the strings that are used are:
  • Documents_SpellCheckingDialog_Header
  • Documents_SpellCheckingDialog_SpellingCheckIsComplete
  • Documents_SpellCheckingDialog_NotInDictionary
  • Documents_SpellCheckingDialog_ChangeTo
  • Documents_SpellCheckingDialog_Suggestions
  • Documents_SpellCheckingDialog_IgnoreAll
  • Documents_SpellCheckingDialog_AddToDictionary
  • Documents_SpellCheckingDialog_Change
  • Documents_SpellCheckingDialog_EditCustomDictionary
  • Ok
  • Cancel
  • Close
You can read more about the localization of RadControls for Silverlight and the use of LocalizationManager here.

Best wishes,
Iva
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
SpellChecker
Asked by
Tarun
Top achievements
Rank 1
Answers by
Tarun
Top achievements
Rank 1
Iva Toteva
Telerik team
Share this question
or