Tag Archives: Fields

Enhanced Lookup Field – Part 4

This is the fourth and final part of the post describing how to create a custom lookup field for SharePoint. Other pages in this post are: Part 1 – Creating a custom lookup field type Part 2 – Add field … Continue reading

Posted in SharePoint | Tagged , | Leave a comment

Enhanced Lookup Field – Part 3

This is part three of the post on how to create a custom lookup field for SharePoint. Other pages in this post are: Part 1 – Creating a custom lookup field type Part 2 – Add field editor class Part … Continue reading

Posted in SharePoint | Tagged , | 1 Comment

Enhanced Lookup Field – Part 2

This is part two of the post showing how to create a custom lookup field for SharePoint. Other pages in this post are: Part 1 – Creating a custom lookup field type Part 3 – Add field control class Part … Continue reading

Posted in SharePoint | Tagged , | Leave a comment

Enhanced Lookup Field – Part 1

The SharePoint lookup field is far from perfect. Once configured, it’s not possible to change the list it gets it’s data from. This is a good thing while the list actually exists. Now, if a user deleted the source list, … Continue reading

Posted in SharePoint | Tagged , | Leave a comment

Manually Set Form Field Context

When you’re developing custom code for SharePoint, sometimes you’ll have a situation where you’re dynamically adding form field controls to your control or WebPart and the form context will not be automatically picked up by the controls. If you’re using … Continue reading

Posted in SharePoint | Tagged , | Leave a comment