Making a Custom List filed as Read only (Non - editable)
-
Wednesday, November 19, 2008 10:15 AMHow can a Custom List Field be made Read only i.e., the user should not be able to modify the field's value in edit mode of List Item.
Thanks in advance
Shaiju P. Thomas
shaiju
All Replies
-
Wednesday, November 19, 2008 2:37 PM
Two options:
1) You hide the field in the edit mode using a feature: see Customize SharePoint list form rendering in new, edit and display mode
2) You keep it visible in the edit mode, but you make it readonly: see How to set default values based on a query string and make those fields uneditable
Patrik | My Blog- Marked As Answer by Shaiju P. Thomas Monday, December 01, 2008 5:18 AM
-
Monday, December 01, 2008 5:18 AM
This is another approach mentioned in MSDN library that I came across
Convert a Sharepoint Custom list Field to Read-Only
Thanks
Shaiju P. Thomas
shaiju- Marked As Answer by Shaiju P. Thomas Monday, December 01, 2008 5:18 AM

