This is a migrated thread and some comments may be shown as answers.

AutoResizeHeight not working properly

1 Answer 81 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Prasad
Top achievements
Rank 1
Prasad asked on 29 Aug 2012, 01:34 PM
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">
</telerik:RadEditor>
Can anybody help me to remove this vertical scroll bar in HTML mode.
Thanks

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 29 Aug 2012, 03:52 PM
Hi,

You can see this forum thread on the subject: http://www.telerik.com/community/forums/aspnet-ajax/editor/editmode-html.aspx.

Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Prasad
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or