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

Multi line Textbox does not display text

1 Answer 169 Views
Input
This is a migrated thread and some comments may be shown as answers.
K
Top achievements
Rank 1
K asked on 01 May 2012, 07:54 PM
Hello,

Has anyone experienced an issue with a multi lined text box not displaying text when ReadOnly=False or Enabled=false?
Changing the property ReadOnly=true or Enabled=true displays the text.

currently using Telerik WebUI VSExtensions   2011.02.915.0

Regards,
K

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 May 2012, 08:23 AM
Hi,

I tried to reproduce the issue in telerik version 2011, 2, 915, 35 but no avail. Following is the sample code that I tried and attached is the screenshot.

ASPX:
<telerik:RadTextBox ID="RadTextBox1" runat="server" Text="test" ReadOnly="false" TextMode="MultiLine" Enabled="false" >
</telerik:RadTextBox>

Please provide your code if it doesn't help.

Thanks,
Princy.
Tags
Input
Asked by
K
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or