I'm trying to use the RadEditor control in a partial view of my my MVC project.
This piece of code is working ok on IE. However, I cannot write anything nor use any tool from the editor on Firefox7 and Chrome 9.0.597.98.
I'm using the Q2 2011 version of the RadControls for AJAX
P.S: Updated Chrome to 14.0.835.202 m, it does not work.
<
telerik:RadEditor
Skin
=
"Windows7"
ToolsFile
=
"~/Content/tools.xml"
RegisterWithScriptManager
=
"false"
ID
=
"TestEditor1"
runat
=
"server"
DialogHandlerUrl
=
"Telerik.Web.UI.DialogHandler.axd"
SpellCheckSettings-AjaxUrl
=
"/Telerik.Web.UI.SpellCheckHandler.axd"
EditModes
=
"Design,Preview"
SpellCheckSettings-FragmentIgnoreOptions
=
"All"
SpellCheckSettings-WordIgnoreOptions
=
"RepeatedWords,UPPERCASE"
>
</
telerik:RadEditor
>
This piece of code is working ok on IE. However, I cannot write anything nor use any tool from the editor on Firefox7 and Chrome 9.0.597.98.
I'm using the Q2 2011 version of the RadControls for AJAX
P.S: Updated Chrome to 14.0.835.202 m, it does not work.