2
votes

I need to create a lookup column programmatically that filter some some values. In SharePoint 2010 out of the box it will show all the values from lookup list. I know there are third party tools implemented to support this. .

1

1 Answers

1
votes

Try FilteredLookup. It is custom field type, can be created programatically. It is basically a combobox so it does not handle lot of items (>1000) very well.