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

Telerik Text Editro Resize : Disable

3 Answers 72 Views
Editor
This is a migrated thread and some comments may be shown as answers.
sree
Top achievements
Rank 1
sree asked on 03 Oct 2008, 10:30 AM
Hello,

We can increse Editor Text area by dragging corner in right bottom.
I dont want to expost this feature to my users..so how can I disable this?

Thank you
Sree

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 03 Oct 2008, 11:13 AM
Hi Sree,

You need to set the EnableResize property to "false", e.g.

       <telerik:radeditor runat="server" ID="RadEditor1" EnableResize="false"></telerik:radeditor>

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
sree
Top achievements
Rank 1
answered on 03 Oct 2008, 11:43 AM
Thanks for your quick response, by setting EnableResize = false is not disabling the resizing by draggin right botton corder.

If you see this post reply  Editor, We cant change Edit Width / Height.

but, in my web page, Telerik Editor has, Design / HTML / Preview buttons left bottom. Right bottom corder, we have resize control. i.e., we can change widh / height of the editor by dragging on control right bottom corner.

Plz help to fix this.

Thank you
Sree
0
Rumen
Telerik team
answered on 03 Oct 2008, 12:14 PM
Hi Sree,

It seems that you are using an older version of Telerik.Web.UI.dll which does not offer the EnableResize property. You should upgrade your project to version 2008.2 1001 of Telerik.Web.UI.dll (Q2 SP2 2008) in order to use this property.

For your convenience I have attached a sample running project demonstrating how this property works.


Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
sree
Top achievements
Rank 1
Answers by
Rumen
Telerik team
sree
Top achievements
Rank 1
Share this question
or