I am developing a custom field type that should look like MultiLookup (two lists, add and remove buttons - buttons). But I do not want to save this data in the List that contains this field. In other words: fully customizable code must occur.
I have an idea how to solve it, but I don’t know what type I should get my user control from. Or this is not the case when I redefine FieldRenderingControl and I can just use
public class MyCustomField:SPFieldText
?
source share