vote up 1 vote down star

Hi there, Has anyone ever made a sharepoint lookup column that allows fill inn choices and does writeback to the list it does lookup from? what would it take to make such a column?

If a 3.rd party solution is arround that would be realy great to :)

Cheers!

flag

60% accept rate

2 Answers

vote up 3 vote down check

You'll need to create a custom field type:

http://msdn.microsoft.com/en-us/library/ms446361.aspx

link|flag
3  
Have a look at stackoverflow.com/questions/997448/… – Johan Leino Jun 18 at 19:45
1  
+1 excellent sample – Jason Watts Jun 18 at 19:50
vote up 0 vote down

On a project i've worked on we used a TagControl FieldType, with an entry field and a multiple select field. A user could enter a new Tag or select an existing one. If you are interested, i could send you the code.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.