I have a RadTextbox multiline but want to set it smaller and when you focus into it, then it expands larger or possibly even opens in a modal popup.
is there already a telerik control that does this? or perhaps a jquery script?
I did find a css solution which could also be targeted to only textarea's inside a div or grid
textarea:focus {
height: 200px !important;
width: 400px !important;
}
0
Vessy
Telerik team
answered on 20 Jun 2016, 12:41 PM
Hi Doug,
I am glad you managed to find a solution for achieving the target by you scenario.
Thank you for sharing it with our community!
Regards,
Vessy
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.