I'm trying to understand what the XSLRender flag in the SharePoint-Enterprises CSR stands for, did not find anything on the web.
Does anybody have an idea/explanation?
Where does it come from?
EDIT:
The point is that I developed a custom field, extending the SPFieldLookup and as control an extended EntityEditorWithPicker one. To generate the HTML output I overrode the mehtods CreateChildControls and OnPreRender.
It works fine, but I need to customize the output on listviews (New, Edit and Dispforms are fine). In the SPFieldLookup there is the possibility to override the JSLink property, doing this the listview shows the right result, but the CreateChildControls and OnPreRender methods are skipped and the html output is a simpe input element with the value inside.
So how can I customize the view output of an custom extended SPField?
I already know CSR, but it can not be used in this case, since it requires to specify the column name, which varies.
Creating Site column with a custom SPFieldTypeis related with my question... – Emaborsa Aug 27 '18 at 06:02