Tagged Questions
1
vote
0answers
312 views
Modify XsltListViewWebPart XmlDefinition property not works as expected, filtering
I have got list with subfolders. I would like filter list items in current subfolder using additional caml query.
I would like to add filtering functionality by modifing caml query. I try to update ...
2
votes
2answers
377 views
Adding caml query to the view in XSLTListViewWebpart
I am programmatically adding a list on the site page.
The list is being added however the query that I am using for the view has no effect,
Please find below the code I am using:
using ...
2
votes
1answer
280 views
How to Fetch Data from .ICS file in Sharepoint 2010 ?
How to fetch data from iCalendar file in sharepoint 2010 webpart ?
0
votes
0answers
229 views
XSLT 0x80004005, a reference to variable or parameter cannot be resolved. the variable or parameter may not be defined
While trying to change a view column name so that the view would apply to all lists through an event handler I keep recieving a most annoying error after I deploy and create a new list. The initial ...
2
votes
1answer
1k views
Define XSLTListViewWebPart Custom DataSource
I'm currently working on a personal project which main goal is to create simple and customizable dashboards for everyday life.
In order to avoid wrong way, I would like to know how to do to bind a ...
2
votes
2answers
2k views
Issue trying to customize xslt layout of a list view
This is probably simple but here goes. I want to customize the xslt layout of a list view. The idea is to add a header to the top which shows the name of the list. Here is what I have so far.
...