Tagged Questions
0
votes
1answer
16 views
Cross site cross database lookup field SP2010
SiteCollection 1 in ContentDB 1 has List 1 with custom lookup field.
This lookup field returns all text fields from any selected list in a site collection specified. Each site collection is in a ...
0
votes
1answer
203 views
Customize LookUp Field
Someone knows how to customize a LookUp field to make it look like it:
http://www.codeproject.com/Articles/18929/An-OwnerDraw-ComboBox-with-CheckBoxes-in-the-Drop
(Dropdown + Checkbox).
1
vote
1answer
448 views
Lookup with a custom field type as target
I want to create a lookup field with the sharepoint ui which points to a field with a custom field type (parent field type is number). In visual studio with the object model this is not a problem but ...
1
vote
2answers
1k views
Is it possible to have a lookup field with multiple source lists?
I have two lists: list A and list B. List A should have a new multiple choice lookup column that allows the user to choose items from both list A and list B. Is this even possible? I have a kind of ...
2
votes
2answers
477 views
How do I create custom control or action that works in a list's DataSheet view?
I have created a cascading lookup column field for a list in sharepoint 2010. It's working fine in the Standard view but not in the DataSheet view.
In datasheet view it is showing all the possible ...