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

RadTextBox

1 Answer 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 11 Jun 2012, 11:50 AM
 how can the width of the RadTextBox can be resized according to the aspx page width when cols property is specified and browser width is changed.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 11 Jun 2012, 12:00 PM
Hi Sigma,

Try setting the width property of RadTextBox to 100% as follows.

ASPX:
<telerik:RadTextBox ID="RadTextBox1" runat="server" Width="100%">
</telerik:RadTextBox>

Hope this helps.

Thanks,
Princy.
Tags
General Discussions
Asked by
Sigma
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or