Tagged Questions
1
vote
0answers
150 views
How to change ControlMode of SharePoint:FormField control on postback (it changes only after the second postback)
I have a control in my ASPX file and a button to do postback:
<SharePoint:FormField ID="MyID" runat="server" FieldName="Title" ControlMode="Edit"/>
<asp:Button ID="MyButton" runat="server" ...
2
votes
0answers
101 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 ...
