I'm kind of at a loss as to what is going on. I have RadSpell enabled on the vast majority of my RadEditors, but on 2 of them, I'm getting weird results. In production, it just displays the yellow box that says you are in Spell Checking mode but the buttons are disabled. (See the attached screen shot). In my development environment, it is actually throwing an error with the inner exception of "Input string was not in a correct format."
The error occurs even if the text box is empty.
Here is the definition of the RadEditor with the
<
telerik:RadEditor
ID
=
"tbCommentEdit"
runat
=
"server"
EditModes
=
"Design"
Visible
=
"true"
MaxTextLength
=
"4000"
SkinID
=
"DefaultSetOfTools"
ContentAreaMode
=
"Div"
OnClientInit
=
"CharCountInit"
Height
=
"200px"
Width
=
"78%"
Style
=
"background-color: White; display: inline-block;"
Skin
=
"Windows7"
>
<
Tools
>
<
telerik:EditorToolGroup
>
<
telerik:EditorTool
Name
=
"AjaxSpellCheck"
/>
<
telerik:EditorTool
Name
=
"Cut"
/>
<
telerik:EditorTool
Name
=
"Copy"
/>
<
telerik:EditorTool
Name
=
"Paste"
/>
<
telerik:EditorSeparator
/>
<
telerik:EditorTool
Name
=
"SelectAll"
/>
<
telerik:EditorTool
Name
=
"FindAndReplace"
/>
<
telerik:EditorSeparator
/>
<
telerik:EditorTool
Name
=
"InsertDate"
/>
<
telerik:EditorTool
Name
=
"InsertTime"
/>
</
telerik:EditorToolGroup
>
</
Tools
>
<
Modules
>
<
telerik:EditorModule
Name
=
"RadEditorStatistics"
Visible
=
"true"
Enabled
=
"true"
></
telerik:EditorModule
>
</
Modules
>
</
telerik:RadEditor
>
If anyone as suggestions I would appreciate it.
Rodney