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"
...
0
votes
2answers
114 views
sharepoint: how to register eventhandlers on creation of column from Site column
I am creating a custom column type in SharePoint. This custom column requires some event handlers (like itemAdding etc.) to be registered with the list which is using this column. Now user can also ...
0
votes
2answers
2k views
Adding shared fields to a SharePoint calendar to sync with an Outlook calendar
I have set up MOSS 2007 Enterprise with a calendar that I have added custom columns to. We have synced this calendar in Outlook, and it works great creating and editing events from either SharePoint ...