0
votes
0answers
98 views

How to save data in ItemFieldValue of custom lookup field type?

I have created custom field type inherited from SPFieldText successfully. I save a data in the item value as string of the next format: "id;#title". Now I need to convert the base type from ...
2
votes
0answers
100 views

Are Display Form FieldControls used in 2013 Custom Field Types?

When using a Custom Field Type that has a Field Control (provided by FieldRenderingControl), it seems that the Field Control isn't used when rendering data on the Display Form if the SPField.JSLink is ...
4
votes
2answers
773 views

Problems with Custom Field Type list view rendering in 2013

I'm upgrading an existing 2010 Custom Field Type to work with 2013. Where possible I'm attempting to re-use code from the 2010 version, to avoid duplicate work. The main problem I'm coming across ...