Category: JQuery

List View Web Parts and JSLink Display Template rendering issues

JSLink Display Template Rendering Issues One of the greatest improvements in rendering technologies in SharePoint 2013, has been the introduction of JavaScript display templates (I’m sure some will argue that point though!). These templates give us the ability to change the way that fields, list views, search results etc display, through the use of JavaScript, …

Continue reading

Preventing the context ribbon from appearing.

Selectively preventing the ‘inconvenient’ context ribbon. Quite often I use list views to display summary data to the end users. This data often takes many forms from either a simple single list item displaying information about a site (I use this quite often in project sites.), to a full featured kpi display from multiple list …

Continue reading

Using SharePoint hosted infopath documents as contents in a SharePoint page.

In a recent project, I was creating a contracts management portal within SharePoint. As part of the contracts request process, the sales team were able to link info path documents that represented each of the service lines that formed the contract. Each of these service line documents (InfoPath forms) formed the basic service outline and …

Continue reading

Last night’s London meeting for SUGUK

So after quite a break, we had our first London meeting of the SUGUK for sometime. We were at the Mostyn Hotel, location and food kindly supplied by Steve Smith of Combined Knowledge who use this location regularly for their training courses. Unfortunately, Microsoft have decided to withdraw support for the community in the form …

Continue reading

Using JQuery to remove Linked List Items Hyperlinks – Revisited

So in an earlier post I talked about using JQuery to remove the A tag that is automatically included in the rendering of a linked list item in display mode. I really liked this solution as it avoided having to go to the lengths of writing a custom field to solve this and can be …

Continue reading

Using JQuery to remove Linked List Items hyperlinks.

A client of mine recently raised a concern about the linked list items that are used within SharePoint. In the display list view, they show up as hyperlinks to the linked item. All well and good, you can click on these links to see the full item, however there is no easy way to return …

Continue reading