Archive for the 'XSLT Code Samples' Category

15 Mar

How to remove link for SharePoint lookup column from a DataView WebPart using XSLT

Whenever we use a lookup column into the dataview or listview, it displays a link to the lookup item it is referring to. This is the same behavior you see on the backend list views. But sometimes we just need to show data on page and do not need the link to the lookup item. [...]