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

RadTextBox Multiline Stop Resize

1 Answer 165 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 20 Jul 2011, 09:04 PM
Hi,

I can't seem to find a way to stop the resizing feature of the RadTextBox. Need to have this feature to keep website consistent with other Telerik controls.

Can somebody help please?

Andrew

1 Answer, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 26 Jul 2011, 12:30 PM
Hi Andrew,

You can try the following CSS:
.RadInput textarea
{
   resize:none;
}

Also it is possible to limit the maximum length of resizing:
.RadInput textarea
{
   max-width: 200px;
   max-height: 200px;
}

I hope this helps.

All the best,
Galin
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
General Discussions
Asked by
Andrew
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or