I have a radtextbox in a radwindow and I want to be able to expand the height of the textbox as the user resizes the radwindow. I have the textbox set up like so:
When I adjust the width of the window the width of the textbox will also expand so my first thought was to set the height to a percentage value however this did not work.
Is there a way to achieve this functionality?
Thanks
<
telerik:RadTextBox
runat
=
"server"
ID
=
"configData"
TextMode
=
"MultiLine"
Width
=
"100%"
Height
=
"300px"
/>
Is there a way to achieve this functionality?
Thanks