Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Spell > RadSpell does not remove repeated words

Not answered RadSpell does not remove repeated words

Feed from this thread
  • Curtis avatar

    Posted on May 22, 2012 (permalink)

    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:

     <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

    Reply

  • Rumen Rumen admin's avatar

    Posted on May 24, 2012 (permalink)

    Hi Curtis,

    The purpose of this RadSpell feature is to only highlight the repeating words as errors and it does not offer the ability to delete them. Nevertheless, your feature request is useful and I logged it for consideration in our PITS system. Here you can find the PITS Issue: Public URL and vote for it.

    I have also updated your Telerik points for your feature request.

    Best regards,
    Rumen
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Spell > RadSpell does not remove repeated words
Related resources for "RadSpell does not remove repeated words"

ASP.NET Spell Checking Control Features  |  Documentation  |  Demos  |  Step-by-step Tutorial  ]