Hi there,
Ok this might sounds pretty easy and shouldn't be such a pain to do but I'm struggling resizing a RadTextBox. I did something as simple as this :
And still, no way to change the size of the input neither to get the input next to its label... How come is this so difficult to achieve ?
All I need is a text box that match the radtextbox1.png and not the radtextbox2.png .
Plus when I remove the Width property to use the Columns property, the input simply disappears and all I see is the label ????
This is so simple that it is pissing me off. Please someone has any idea ?
Ok this might sounds pretty easy and shouldn't be such a pain to do but I'm struggling resizing a RadTextBox. I did something as simple as this :
<
telerik:RadTextBox
ID
=
"rtbAddress"
runat
=
"server"
Label
=
"Address:"
ToolTip
=
"Search for an address"
Width
=
"300px"
Columns
=
"200"
>
And still, no way to change the size of the input neither to get the input next to its label... How come is this so difficult to achieve ?
All I need is a text box that match the radtextbox1.png and not the radtextbox2.png .
Plus when I remove the Width property to use the Columns property, the input simply disappears and all I see is the label ????
This is so simple that it is pissing me off. Please someone has any idea ?