Forum Discussion
kristofdc
Jan 28, 2019MCT
Custom field - html is rendered as text
Hi, I created a custom field in Sharepoint 2010 that inherits from SPUserField. (farm solution - wsp) The only thing the custom field does is filling in the current logged in user as default val...
- Jan 29, 2019
I found the answer by myself, just to share that knowledge:
Now, by default: List views are using Client Side Rendering (CSR). You can change that behavior for that list view by editing the page -> editing list view web part and in the "Miscellaneous" section, you can check the "Server Render" option. (see printscreen)
kristofdc
Jan 29, 2019MCT
I found the answer by myself, just to share that knowledge:
Now, by default: List views are using Client Side Rendering (CSR). You can change that behavior for that list view by editing the page -> editing list view web part and in the "Miscellaneous" section, you can check the "Server Render" option. (see printscreen)