Is it possible to make a disabled field scrollable?
The users are only allowed to read the field, but not to write in it. Which is why it is disabled. However, this prevents them from reading the complete text there.
It doesn't matter how many columns I entered in the SP before. Only these 2 are displayed.
For now it looks like this.
Hi !
about the disabled field scrollable the code below looks like is not working for a multiline rtf SharePoint field, I'm using PlumSail From 3.8.0, can you help please?
regards
Dear @maurizio.fidanza,
You're not setting field as disabled at the same time, right? The scroll bar should be fully usable, but text might not be clickable as it simply prevents all events within the field.
Hi @Nikita_Kurguzov I'm not setting it as disabled.
I'll do some more test using a basic form without any code other the one you gave me and I'll let you know...
Thanks.
Hi !
For both proposed solutions, the scrollbar works, but it's not possible to copy the text. Additionally, by using the tab control, user can access the field and modify the value.
At the moment, the only solution I have found is to use the Text control and insert the field name inside square brackets, unless you have a better way...
Thanks in advance!
Dear @maurizio.fidanza,
Honestly, sounds like a great solution! Indeed, even default disabling of rich text field doesn't allow it to be edited, but using Text control instead allows for a great workaround.