Posted 29 Aug 2012 Link to this post
Hello All, I am using telerik RadEditor. I do not want any scroll bar to this editor so I have given AutoResizeHeight="true". It works fine in Design mode but if I switch to HTML mode then this editor get a vertical scroll bar. following is the code, <
telerik:RadEditor
runat
=
"server"
ID
"contentHeaderEditor"
Width
"100%"
AutoResizeHeight
"true"
EnableResize
"false"
ToolsFile
"~/XML/ContentHeaderTools.xml"
EditModes
"Design,Html"
SkinID
"Telerik"
>
</
> Can anybody help me to remove this vertical scroll bar in HTML mode. Thanks