Tagged Questions

1
vote
2answers
2k views

ReadOnly Property in Custom Column Types in Sharepoint

Hey all 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" …