Dear Techies,

I have the follwing code in my .aspx page.
I want the textfield to wrap the text.

How to do this?

<ext:TextField ID="txtHighestFeePayer" runat="server" DataIndex="HF_Payer"
ReadOnly="true" FieldLabel="Highest Fee Payer Name" LabelStyle="width:100px;font-weight:bold; font-size:12px;color:#003366;"
Cls="textborder" />


Thanks In Advance.