Forum Discussion
newbiesSP
Oct 10, 2023Copper Contributor
How to Greyed Out selected field in List Form
Im trying to set some field locked or read only during Sharepoint List Form. Only selected field can be editable
- Oct 11, 2023
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:
- Customize a Microsoft Lists or SharePoint form by using Power Apps
- 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.
ganeshsanap
Oct 11, 2023MVP
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:
- Customize a Microsoft Lists or SharePoint form by using Power Apps
- 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.