Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > Disable Add Custom Words
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Disable Add Custom Words

Feed from this thread
  • ishan avatar

    Posted on Oct 6, 2008 (permalink)

    Hi,

     I am using Version 7.0.0.0 of RadEditor, Version 3.0.0.0 of the RadSpell. and .Net framework 1.1

    I set the value in RadControls\Editor\Config.xml to be false for AllowAddCustom but it doesn't work.

    <property name="AllowAddCustom">false</property>

    In the config file, there are some “property element valid attributes” given but there is no property called “AllowAddCustom”.

    I added “AllowAddCustom” to this section but still it did not work.


    On page load, I cannot code these properties to change or set any values because the spell checker is used in several places and making the changes in the page load in every page will involve lot of coding effort.

     How do I resolve this problem?

     

    Note:

    When I make changes to the RadControls\Editor\toolsFile.xml (such as disable the copy button) the changes are reflected in the UI.

  • Rumen Rumen admin's avatar

    Posted on Oct 7, 2008 (permalink)

    Hi Ishan,

    By default, RadEditor does not load and read its ConfigFile.xml and the properties in it are not applied. You should set the editor's ConfigFile property to point to the ConfigFile.xml file, e.g.

    <rade:RadEditor ConfigFile="~/RadControls/Editor/ConfigFile.xml" ID="RadEditor1" runat="server"></rade:RadEditor>

    Best regards,
    Rumen
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > Disable Add Custom Words