SOLVED

How to Greyed Out selected field in List Form

Copper Contributor

Im trying to set some field locked or read only during Sharepoint List Form. 
Only selected field can be editable

newbiesSP_0-1696980282464.png

 

1 Reply
best response confirmed by newbiesSP (Copper Contributor)
Solution

@newbiesSP 

 

By default only calculated columns in SharePoint will be disabled/grayed out on list forms. If you want to disable other type of columns, you cannot do it using SharePoint out of the box options.

 

You will have to customize the list forms using Power Apps and then disable form fields by changing DisplayMode property to: 

 

DisplayMode.Disabled

 

Check:

  1. Customize a Microsoft Lists or SharePoint form by using Power Apps 
  2. Disable list form fields in edit mode 

Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

1 best response

Accepted Solutions
best response confirmed by newbiesSP (Copper Contributor)
Solution

@newbiesSP 

 

By default only calculated columns in SharePoint will be disabled/grayed out on list forms. If you want to disable other type of columns, you cannot do it using SharePoint out of the box options.

 

You will have to customize the list forms using Power Apps and then disable form fields by changing DisplayMode property to: 

 

DisplayMode.Disabled

 

Check:

  1. Customize a Microsoft Lists or SharePoint form by using Power Apps 
  2. Disable list form fields in edit mode 

Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

View solution in original post