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

how to disable the spell check

1 Answer 171 Views
Editor
This is a migrated thread and some comments may be shown as answers.
altaf
Top achievements
Rank 1
altaf asked on 03 Jul 2008, 10:10 AM
hi,

how can i disable the spell check.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 03 Jul 2008, 11:07 AM
Hi Altaf,

You can disable the spellchecker by predefining the editor's toolbar. You can do that by setting the ToolsFile property to point to your own ToolsFile.xml file which does not contain the AjaxSpellCheck tag or register the toolbar buttons manually in the RadEditor declaration, e.g.

<telerik:radeditor runat="server" ID="RadEditor1" Height="100px">
  
<Tools>
   
<telerik:EditorToolGroup >
       
<telerik:EditorTool Name="Cut" />
       
<telerik:EditorTool Name="Copy" />
       
<telerik:EditorTool Name="Paste" />
   
</telerik:EditorToolGroup>
  
</Tools>              
 
</telerik:radeditor


Sincerely yours,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
altaf
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or