Page 1 of 1
Set a Related Items control to read only in code
Posted: 04 Oct 2013
by MES5464
I know you can set the related items object to read only in the editor but how can I set the related items object to read only in javascript?
Re: Set a Related Items control to read only in code
Posted: 07 Oct 2013
by Dmitry Kozlov
Hello,
You cannot make it with JavaScript (actually you can, but it's not a trivial task). I can recommend you to use
Forms Designer groups to design multiple forms with Related Items in edit and readonly modes. Based on the specific condition SharePoint will show the appropriate forms to your users
Re: Set a Related Items control to read only in code
Posted: 07 Oct 2013
by MES5464
Ok. That is a great idea. Thank you.