Tagged Questions
1
vote
2answers
3k views
ReadOnly Property in Custom Column Types in Sharepoint
I'm creating a custom column in a feature for Sharepoint. It is essentially this:
<Field
Type="Integer"
ID="<insert guid here>"
ReadOnly="true"
Name="xxx"
DisplayName="XXX"
...