The SharePoint 2013 List View Web Part Toolbar


The SharePoint 2013 List View Web Part’s toolbar type setting is something of a clumsy ninja, brilliant but clumsy nevertheless. The problem is, the toolbar type property enumerations bear little resemblance to what you actually get, and in one case just blatantly lies.. Drag and Drop Drag and drop of files onto a list view web … Continue reading The SharePoint 2013 List View Web Part Toolbar

Dynamically Filtering SharePoint List Views using Javascript


The List View Web Part has great capability for filtering displayed data using the web parts header controls.. If you’re building out a UI which incorporates a list view web part, you can also perform the filtering using Javascript in response to your UI events, hooking into the LVWP filtering code. As an example, what I want to build … Continue reading Dynamically Filtering SharePoint List Views using Javascript