Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Altering ReadOnly property on client
posted

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

Parents
No Data
Reply
  • 24497
    Suggested Answer
    posted

    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.

Children