Hi,
I have a RadSpell button on my form where I want to spell check the contents of a RadEditor (Version=2008.3.1125.20).
I've set the ControlToCheck value as a RadEditor. However, when I click on the spell check button, the Spell checker checks the spelling of the editor itself, rather than the content of the editor.
<telerik:radeditor runat="server" id="txtMsg" Language="en-GB" ToolsFile="~/XMLData/ToolsFile.xml">
</telerik:radeditor>
<telerik:RadSpell ID="RadSpell1" runat="server" ControlToCheck="txtMsg" />
I want to have the RadSpell button outside the editor so that I can add a SpellCheckValidator.
How do I check the content, rather than the object itself?
Thanks.
Richard
I have a RadSpell button on my form where I want to spell check the contents of a RadEditor (Version=2008.3.1125.20).
I've set the ControlToCheck value as a RadEditor. However, when I click on the spell check button, the Spell checker checks the spelling of the editor itself, rather than the content of the editor.
<telerik:radeditor runat="server" id="txtMsg" Language="en-GB" ToolsFile="~/XMLData/ToolsFile.xml">
</telerik:radeditor>
<telerik:RadSpell ID="RadSpell1" runat="server" ControlToCheck="txtMsg" />
I want to have the RadSpell button outside the editor so that I can add a SpellCheckValidator.
How do I check the content, rather than the object itself?
Thanks.
Richard