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

[Solved] Radinput box widths

2 Answers 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
DK
Top achievements
Rank 2
DK asked on 09 Sep 2009, 06:09 AM
I have a table and the width of the table is in % and in that i have radinput controls like raddatepicker,radnumbericbox and radtextbox.
and the width of these controla are also in %.
and when ever i enter the text lenth greater than the texbox length then its width automatically increase which destroyed the forms look and feel
how can i overcome from this problem.

and i need the width and height in % because i have to design my  in such a way that it can be fit in any resolution.

plz help me in this regard

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Sep 2009, 07:24 AM
Hi DK,

I tried with a similar scenario on my end and RadTextBox is behaving perfectly as expected. Which version of the RadControls are you using? Can you try setting the TextMode property of the RadTextBox to MultiLine so that if the input text length is greater than the textbox length it wraps to the next line.

ASPX:
 
  <telerik:RadTextBox ID="RadTextBox1" runat="server"    TextMode="MultiLine"  Width="20%" > 
   </telerik:RadTextBox> 


Thanks
Princy


0
Dimo
Telerik team
answered on 09 Sep 2009, 08:46 AM
Hello DK,

This problem is specific for IE and is fixed now, please upgrade.

Greetings,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
DK
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Dimo
Telerik team
Share this question
or