Hello,
I have a multiline RadTextBox on my page:
Later, this textbox is made read-only (from code-behind - depending on permissions of user). Under Chrome and Firefox everything works well - even though the textbox is disabled, I can use scrollbar and read all the text. Unfortunately, under IE (both IE8 and IE9) the scrollbar is shown but it's not enabled.
Is there any way to make it usable?
Thank you in advance.
I have a multiline RadTextBox on my page:
<
telerik:RadTextBox
ID
=
"DescriptionTextBox"
TextMode
=
"MultiLine"
runat
=
"server"
Width
=
"100%"
Height
=
"150px"
/>
Later, this textbox is made read-only (from code-behind - depending on permissions of user). Under Chrome and Firefox everything works well - even though the textbox is disabled, I can use scrollbar and read all the text. Unfortunately, under IE (both IE8 and IE9) the scrollbar is shown but it's not enabled.
Is there any way to make it usable?
Thank you in advance.