Monday 7 July 2014

SharePoint 2013 Client Side Rendering


In SharePoint 2010, if you want to display a custom list in your own design:
List Data + XSL = HTML
Using XSLT we have to customize the list view, then we have to bind that in sharepoint page. This code will run in the Server Side
In SharePoint 2013
List Data + Js =HTML
This is called Client Side Rendering (CSR)
In SharePoint 2013 there is concept called: Display Templates
using Display Templates no need of server side code. Just copy existing Display templates and customize based on your requirement and place in the same location.
http://www.slideshare.net/idubbs/2013-spfest-wpreston-sp-2013-csr-primer-for-power-users