In our RadSpell configuration, we have chosen NOT to ignore repeated words. As a result, when the spell check runs, it identifies and highlights the repeated word. However, there is no option to remove the word and clicking on the "Change" button only updates the word to the current suggestion which, assuming the word is spelled correctly, is the same word so the repeated word still exists. The only way to remove the repeated word when the spell checker finds it is to manually delete the word. Is there a way to configure the RadSpell that provides an option to remove the repeated word when one is found?
Here is the RadSpell configuration we are using:
Thanks,
Curtis
Here is the RadSpell configuration we are using:
<
telerik:RadSpell
runat
=
"server"
ID
=
"radSpellChecker"
AllowAddCustom
=
"false"
ButtonType
=
"None"
DialogsCssFile
=
"~/App_Themes/TelerikStyles/Spell/RadSpellDialog.css"
DictionaryLanguage
=
"en-us"
EnableEmbeddedBaseStylesheet
=
"false"
>
EnableEmbeddedSkins
=
"false"
FragmentIgnoreOptions
=
"None"
Skin
=
"XYZ"
SpellCheckProvider
=
"PhoneticProvider"
SupportedLanguages
=
"en-US,English"
WordIgnoreOptions
=
"UPPERCASE,WordsWithNumbers"
</
telerik:RadSpell
>
Thanks,
Curtis