Oct 10 2023 04:25 PM
Im trying to set some field locked or read only during Sharepoint List Form.
Only selected field can be editable
Oct 10 2023 11:02 PM
Solution
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:
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.
Oct 10 2023 11:02 PM
Solution
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:
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.