Questions tagged [xslt-list-view-web-part]
XsltListViewWebPart class in Microsoft SharePoint Foundation derives from the XSL-based DataFormWebPart class. It replaces the ListViewWebPart class as the default view type in list views, although it generates equivalent HTML for the same view settings.
279 questions
0votes
1answer
301views
customize list view web part using custom xslt in SharePoint Online
Inside our SharePoint 2010 we do some list view modifications using XSLT, similar to the one described in this link @ https://mundrisoft.com/tech-bytes/how-to-customize-list-view-web-part-using-custom-...
1vote
0answers
108views
SharePoint 2016 - Is it possible to have Calendar events color-coded based on conditional formatting? Not Calendar layers for different categories
So Google showed me how to set up different Calendar overlays and how to assign a color to events based on their categories, but I am looking for something different. Is there any kind of code that ...
0votes
1answer
78views
XsltListViewWebpart error in quick edit mode (modern view)
We have a site collection which has been migrated from SharePoint 2013 to 2019 recently and we have a list there. When I switch to quick edit mode in the list, I get the XsltListViewWebpart error. ...
0votes
1answer
71views
Cannot view Tag Properties in SharePoint Designer 2013
I created a list from a spreadsheet and added a view with a Text Filter. I want to use parameters to create the wildcard filter. I did this on one site already in the same SharePoint 2016 on Premises ...
2votes
2answers
2kviews
How can I make the 'modified date' column of a list reflect when the contents of folder were last modified, not the folder itself?
I am using SharePoint online for work. I have a subsite with 2 WebParts, both of which are lists (XsltListViewWebPart). Each list has folders, with each folder having a number of documents within. ...
1vote
1answer
100views
Chart using SharePoint list
I'm a newbie trying to use create a pie chart from a SharePoint list. The name of the list Mgmt_list and I'd like to display the count of the "Responsible Dept". "Responsible Dept" is currently a ...
2votes
0answers
84views
Reply as Anonymous(Unknown User) in SharePoint Community forum?
I have a SharePoint Community Site. Our Management believes users are not giving genuine replies due to lack of anonymity. So we need to provide a functionality to "Reply as anonymous" in a community ...
0votes
1answer
45views
Programmatically add multiple xslt list view web parts pointing to specific subfolder within a sharepoint library
I have a list of items linked to a library in sharepoint. I have created a custom rendering logic for list items and would like to add to each item a xsltlistviewwebpart pointing to a specific ...
0votes
1answer
90views
How to avoid errors filtering and paging list views on pages with multiple webparts
Consider a situation where you need to display multiple list view web parts on the same page and retain most of the usual functionality like paging, sorting and filtering correctly. When you build ...
2votes
1answer
85views
XSL Item Style in Content Query gets replaced by 'default' for visitors
I have a page with a Content Query WP that retrieves and displays a series of items from a list (blog posts). I have edited ItemStyle.xsl for this list and created a brand new item style that I then ...
1vote
1answer
2kviews
The "XsltListViewWebPart" Web Part appears to be causing a problem. Unable to find the specified file
I have a SharePoint Online Site Classic team site template. I also have 1 blogs site as subsite underneath it. On top level site i am using content query webpart to publish blog items from blogs ...
1vote
1answer
725views
Overriding xsl templates in SharePoint 2016
I am attempting to customize the aggregate section of a grouped list that I have created through a schema.xml in a Visual Studio project. I have created a mapped folder to {SharePointRoot}\Template\...
1vote
1answer
109views
How to edit the source for an xsltListViewWebPart?
I have found an old xsltListViewWebPart that displays images to resemble a picture library. I'm completely unfamiliar with xsltListViewWebParts and I cannot find an option where the source for the ...
0votes
1answer
3kviews
What is the XSLT query to get items which have date greater than or equal today
I haven't worked on XSL. Scenario: We have a list which has a column called expiry. We want to display only those records which have expiry date greater than or equal to today's date. Trials: ...
0votes
1answer
4kviews
Passing Parameters to a List new item form based on connected view
I am trying to build a set of SharePoint 2016/Online Pages that interact with a set of lists to facilitate a particular way of interacting and adding data. What I am currently building is a page with ...