I cannot paste content into the Rad Editor control when it is in design mode. I have tried both the command defined in the ToolsFile attribute and default windows command (CTRL + V). I am able to paste content when it is in HTML view. Here is my code:
<
telerik:RadEditor
ID
=
"radMessageBody"
runat
=
"server"
RenderMode
=
"Lightweight"
NewLineMode
=
"Br"
ToolsFile
=
"~/xml/BasicTools.xml"
ContentAreaCssFile
=
"~/css/EditorContentArea.css"
/>
<
root
>
<
tools
name
=
"MainToolbar"
dockable
=
"true"
enabled
=
"true"
>
<
tool
name
=
"FindAndReplace"
/><
br
> <
tool
separator
=
"true"
/><
br
> <
tool
name
=
"Undo"
/><
br
> <
tool
name
=
"Redo"
/><
br
> <
tool
separator
=
"true"
/><
br
> <
tool
name
=
"Cut"
/><
br
> <
tool
name
=
"Copy"
/><
br
> <
tool
name
=
"Paste"
shortcut
=
"CTRL+!"
/><
br
> </
tools
><
br
> <
tools
name
=
"Formatting"
enabled
=
"true"
dockable
=
"true"
><
br
> <
tool
name
=
"Bold"
/><
br
> <
tool
name
=
"Italic"
/><
br
> <
tool
name
=
"Underline"
/><
br
> <
tool
separator
=
"true"
/><
br
> <
tool
name
=
"ForeColor"
/><
br
> <
tool
name
=
"BackColor"
/><
br
> <
tool
separator
=
"true"
/><
br
> <
tool
name
=
"FontName"
/><
br
> <
tool
name
=
"RealFontSize"
/><
br
> </
tools
><
br
></
root
>
It does not work in either Chrome and IE.
Any ideas how to resolve this?