Share via


1) Make the column read only without coding

Question

Wednesday, February 25, 2015 2:01 PM

Please guid eme how to make the column read only in the list without using the coding.

Vij

All replies (5)

Wednesday, February 25, 2015 2:06 PM ✅Answered

Basically, the answer is that you can't.  There are ways to change a specific list view to make a column readonly by replacing the form with a custom DataView form.  But that only applies to that view and since users can create their own views, those views would have read/write access to the column if the user has read/write access to the item.  SharePoint only supports security down to the item level out of the box and not down to the individual column level.

Paul Stork SharePoint Server MVP
Principal Architect: Blue Chip Consulting Group
Blog: http://dontpapanic.com/blog
Twitter: Follow @pstork
Please remember to mark your question as "answered" if this solves your problem.


Wednesday, February 25, 2015 2:14 PM ✅Answered

Hello,

you can create one calculated column referenced to your read only column. After that, you can hide this read only column and show the new column in your list. Thus, you could see the new column but it could not be modified.

Hope this helps. Regards


Wednesday, February 25, 2015 2:22 PM ✅Answered

If you don't want to use code, the other option can be to open the List in SharePoint Manager and make the field readonly there and save the list.

Blog | SharePoint Learnings CodePlex Tools | Export Version History To Excel | Autocomplete Lookup Field


Wednesday, February 25, 2015 8:17 PM ✅Answered

Mark the column as "Hidden" so that it doesn't appear on Add/Edit forms but can be displayed on the List page. Also make sure that "Allow items in this document library to be edited using the datasheet?" setting is set to NO in Advance settings. Hope this helps.

Please mark as 'Propose as Answer' or 'Vote' as appropriate.


Tuesday, February 21, 2017 6:58 PM

Hi Sagir,

How do I mark a column as 'Hidden' ?

Tegsaran Sodhi