ElioStruyf GitHub Star | M365 Development, Developer Technologies MVP | Google Developer Expert Azure | Microsoft 365 | Visual Studio Code

Along with acting as VP of BIWUG (Belgian Information Worker User Group), Elio is an independent contractor for his own consulting company, Struyf Consulting.

How to Define a Custom Group Display Template (GroupTemplateId) for the Search Results WebPart via JavaScript

For my next blog post I needed to investigate how to use a custom Group Display Template for the Search Results WebPart. Unfortunately you can only set the Control Display Template and the Item Display Template in the Search Results WebPart properties. Show image Display Template Settings Search Results WebPart If you want to specify the group display template, you have two options:

Read more

Ajax Refresh Item Row(s) in a SharePoint 2013 View

When examining the JS Link problem that was described in my previous blog post, I found a nifty piece of code. The code allows you to do an Ajax refresh for a single item row or for the item rows in the current view. This piece of code comes in handy when you have a custom actions that does an item update and only want to update the current item or the list of items.

Read more

Provision Image Renditions to your SharePoint 2013 Site

In SharePoint 2013 you have the functionality to create renditions for your images. This allows you to use the same image but with different dimensions in your design. Most of the information you find about this topic is most about using it for different devices, so that you can use a smaller version for a mobile device, and the default one for a desktop.

Read more

Provision Your HTML Designs (Master Pages / Page Layouts) to SharePoint 2013

A couple of months ago I wrote some posts about provisioning design files in SharePoint 2013 (display templates, none html design files). One thing I did not described is how you can provision your HTML master page and page layout design files. Most of the research (read time) was already done when I was trying to find out the best way to provision display templates.

Read more
Back to top