Hello,
Is There any way to alter the ReadOnly property usiong JavaScript? The control's CSOM is very poor and it seems that it does not support this functionality.
Regards,
Peter
Hi Peter,
The change to ReadOnly property on client is not supported. Client object is configured for editable-ability on initialization and that includes several actions like extra menu objects, listeners to events, etc. Those "actions" are different for different browsers and it is hardly possible to undo or restore them.
So is there any chance to achieve this goal in IE (only this browser is taken into consideration in my project). The only functionality I need is to disable the text area (in design mode) to do not allow editing databound content