Aspx page code:
code behind:
In chrome and firefox working fine...but in IE its not working the rad editor getting truncated ...i attached images about this issue.please help to solve this issue
<
telerik:RadEditor
ID
=
"RadEditor1"
runat
=
"server"
EnableResize
=
"false"
Height
=
"300px"
Width="550px">
</
telerik:RadEditor
>
RadEditor1.Enabled =
true
;
RadEditor1.EditModes = Telerik.Web.UI.EditModes.Design ^ Telerik.Web.UI.EditModes.Preview;
RadEditor1.ToolsFile =
"FullSetOfTools.xml"
;
RadEditor1.Width = Unit.Pixel(550);