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

RadTextbox when you click it opens larger

3 Answers 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Doug
Top achievements
Rank 1
Doug asked on 13 Jun 2016, 08:36 PM
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?

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 15 Jun 2016, 02:56 PM
Hi Doug,

We do not have a control which implements exactly the described by you functionality. Optionally you can take a look at our inline RadEditor and see whether it will be applicable for the target by you scenario:
https://demos.telerik.com/aspnet-ajax/editor/examples/inline-editing/defaultcs.aspx

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.
0
Doug
Top achievements
Rank 1
answered on 15 Jun 2016, 03:00 PM
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.
Tags
General Discussions
Asked by
Doug
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Doug
Top achievements
Rank 1
Share this question
or