Duplicated
Last Updated: 25 Sep 2024 09:47 by ADMIN
Created by: Pingu
Comments: 1
Category: TextArea
Type: Feature Request
0
Textarea size is currently not easily controllable when using TelerikTextArea. My request for the size attribute was declined, as it was mentioned that rows and cols could be used with text areas - but TelerikTextArea doesn't expose these and I believe they should be easy to add support for, to pass through to the rendered textarea.
Duplicated
Last Updated: 08 Feb 2022 13:29 by ADMIN

  <TelerikTextArea Enabled="false" @bind-Value="@VBO.BidScopeDescription" Width="100%"></TelerikTextArea>

 

I need the area to be read only , so I set enable to be false, but, I need the user to be able to scroll the text area, to read everything.

 

How should I do this?

 

Thanks