Can anyone explain for me about function flow in a sharepoint custom
field? How do it get value for render?
I have extended a custom field control from MultipleLookupField. In
"View Properties" Mode (Display Mode) and "Edit Properties", It gets
all referenced values. But in Display mode (with Url like
htttp://localhost/pages/abc.aspx) It only show the first value. base.
ListFieldValue has one item in its value.
Any suggestion?