<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