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

[Solved] spell check on RadEditor 2007 Q2 Sp1 is not working

1 Answer 76 Views
Editor
This is a migrated thread and some comments may be shown as answers.
vmallasani
Top achievements
Rank 1
vmallasani asked on 12 May 2008, 08:42 PM
The spell check on RadEditor 2007 Q2 Sp1 is not working, please provide me some sample code.

forllowing is my ASPX code
======================

<rad:RadEditor ID="radEditorBody" runat="server" Skin="WebBlue" ShowSubmitCancelButtons="false" Width="98%"

ToolsFile="~/Misc/EditorToolsManager.xml" SpellDictionaryLanguage="en-GB" SpellEditDistance="2"

StripAbsoluteAnchorPaths="true" Height="155px" Html='<%# Bind("Body") %>' ToolTip="Response Body"

EnableClientSerialize="false" EnableDocking="false" >

</rad:RadEditor>


Xml file is as follows
=================

<

root>

<

tools name="MainToolbar" dockable="true" enabled="true">

<

tool name="AjaxSpellCheck" />

<

tool name="FindAndReplace" />

<

tool separator="true"/>

<

tool name="Undo" />

<

tool name="Redo" />

<

tool separator="true"/>

<

tool name="Cut" />

<

tool name="Copy" />

<

tool name="Paste" shortcut="CTRL+!"/>

</

tools>

<

tools name="Formatting" enabled="true" dockable="true">

<

tool name="Bold" />

<

tool name="Italic" />

<

tool name="Underline" />

<

tool separator="true"/>

<

tool name="ForeColor" />

<

tool name="BackColor"/>

<

tool separator="true"/>

<

tool name="FontName"/>

<

tool name="RealFontSize"/>

</

tools>

<!--

<tools name="InsertToolbar" enabled="true" dockable="true">

<tool name="DocumentManager" shortcut="CTRL+M"/>

<tool name="TemplateManager" />

</tools>

-->

<

languages>

<

language code="en-GB" title="English(UK)"></language>

<

language code="fr-FR" title="French"></language>

<

language code="es-ES" title="Spanish(Spain)"></language>

<

language code="es-MX" title="Spanish(Mexico)"></language>

<

language code="it-IT" title="Italian"></language>

</

languages>

</

root>

Thanks
Venkat

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 15 May 2008, 10:45 AM
Hi Venkat,

I am a little bit confused. In the select product dropdown you have selected RadEditor for ASP.Net AJAX v.415, but the provided code is for the ASP.Net version of the control.

Which version of the Editor are you using?

Looking forward to hearing from you,
George
the Telerik team

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