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

Wordwrap Issue

2 Answers 51 Views
Input
This is a migrated thread and some comments may be shown as answers.
Web Services
Top achievements
Rank 2
Web Services asked on 28 Aug 2009, 09:42 PM
I have a textbox that I made into a text area and when the user types in it just keeps going in one line instead of wrapping in the text box. Here is my code
<telerik:RadTextBox ID="descInput" runat="server" Skin="Web20"
                                    Height="150px" Width="150px" Wrap="true">
                                </telerik:RadTextBox>
Thanks


2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Aug 2009, 05:09 AM
Hi,

To use RadTextBox in multi-line mode, set the TextMode property to "MultiLine".

-Shinu.
0
Web Services
Top achievements
Rank 2
answered on 31 Aug 2009, 04:48 PM
Thanks,
Tags
Input
Asked by
Web Services
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Web Services
Top achievements
Rank 2
Share this question
or