Category Archives: Custom Field Types

Walkthrough: Custom field type for uploading and displaying images in SharePoint 2010 lists

—————– UPDATE (2013-06-06): This solution is now also available for SharePoint 2013. Download it here. The 2010 version is still available for download. —————– In SharePoint 2010 the user experience of uploading & inserting images into publishing pages has been … Continue reading

Posted in Custom Field Types, SharePoint 2010 | 136 Comments

GetValidatedString() is not called for custom field type?

I was developing a custom field type that inherits from SPFieldUrl. I overrided the GetValidatedString(object value) method to perform the validation when the field was set to be mandatory. My overriden method however was not called by SharePoint, and hence … Continue reading

Posted in Custom Field Types, SharePoint 2010 | Leave a comment