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
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!