The xslt-list-view-web-part tag has no wiki summary.
1
vote
0answers
8 views
How to use parameter binding in list view web part
We usually use parameter binding in DVWP for eg to get server variables.
Does any body has idea how to do it for xslt list view web part.
I need to fetch looged on user id in list view web part for ...
0
votes
1answer
10 views
How to structure my sharepoint 2007 xslt to sum
I'm having a little trouble with some syntax for my xslt statement on a custom sharepoint page, any help would be much appricated.
I've summed a column from a list and it displays correctly (code ...
1
vote
0answers
36 views
Search in List view on publishing page layout
UPDATE after trying the OOTB list app:
I have a strange issue with placing a list view web part on a publishing page layout.
The searchbox is displaying, but when I search it does not load any ...
0
votes
1answer
19 views
Sharepoint 2010 grouped xsltlistview with custom XSL does not show items when initial settings for group is 'fold'
Following problem :
I have a xsltListView (auto created on a publishing site). I have editted the default view and copied the stylesheet to a new .xsl file and placed it into the style lybrary.
On ...
0
votes
1answer
19 views
Error caused after adding XSLT list web part to page with Document Library web part
I am trying to apply a xslt list view from one site to a bunch of other sites. This is a filtered calendar web part in list style not calendar view, so I cant use an overlay. I am adding the web part ...
1
vote
0answers
13 views
How to Modify the Author name in Blog Categories (categories.aspx)?
I have copied blog.xsl and created Blogwrittenby.xsl to override the author name and display default author name. It works well for all other places except when we see categories.
Any help would be ...
1
vote
1answer
38 views
XsltListViewWebPart Specifying Paging
I have an XsltListViewWebPart for which I programmatically intercept and replace the <Query> in it's XmlDefinition property. This works fine, and the list displays the correct data based on my ...
1
vote
0answers
28 views
ListViewWebPart FilterString not working?
I'm having some major hair pulling trying to get this to work, basically, I dynamically create a PublishingPage and insert a ListViewWebPart in it and target a List I have, all is fine, but the ...
0
votes
0answers
26 views
Missing AJAX Options and Miscellaneous section in SP 2013 ListView web part property
In my SP 2013 site, I created a web part page and added a list web part. I was going to apply a new xsl style sheet using the xsl link box under Miscellaneous section.
I click Edit Web part property ...
0
votes
1answer
27 views
List View Filter by Filtered Lookup field
There is an XSLT List View web part and I want to filter data by Filtered Lookup field. What is a proper way to do this? When I click "Edit the current view" of web part and filter by this field it ...
1
vote
0answers
27 views
Dynamically changed view of XsltListViewWebPart (in the custom form)
I have a form with custom XLV: <WebPartPages:XsltListViewWebPart ID="Xlv" runat="server" />, AFAIK, the view for this webpart is stored in the list as hidden. When user open form, the XLV query ...
0
votes
0answers
20 views
XsltListViewWebPart SampleData
I use dynamically added to aspx page XLV webpart. Now, when its not needed, I dont wont to create any database request and just provide XLV with sample data (or prevent it from showing anything). How ...
0
votes
0answers
11 views
Need to skip trailer records in XML file
The trailer records do not have my first node element so I thought I could check to only process that have that node, but how?
0
votes
1answer
34 views
use of 14hive resources in XSLT for XLV
Is there a way to use 14hive(!) custom resources ( Resource:MyCompany.MyProject.resx, MyProject.SomeComponent.SomeResourceKey; ) in a XSLT files for XsltListViewWebPart (and views)? Please, notice the ...
1
vote
2answers
82 views
Filter list data based on page Url
I have a relatively small SharePoint list. When a user comes to the list page I want a generalized list to display with a search box. I want this list to have no parameters or variables attached to it ...
0
votes
1answer
38 views
XSLT in DVWP : Using a Content Type, I'm not able to view @Author
I've just upgraded from SharePoint 2007 to SharePoint 2010. I developed a lot of stuff in XSL in 2007 - and while a lot of it works, there are some bugs I've found in my code that I don't know what to ...
0
votes
1answer
302 views
Modifying XSL in xsltlistviewwebpart to render SharePoint 2010 ListItems as <ul> and <li> instead of <Table><tr><td>
I am trying to achieve what is mentioned in the title, but having trouble, need help. I am modifying the following templates
1. <xsl:template name="View_Default_RootTemplate" mode="RootTemplate" ...
0
votes
0answers
40 views
Remove ECB from XsltListViewWebPart
I have created XsltListViewWebPart programatically.
I want to remove ecb on list items, I know this can be done by changing xsl of the webpart but I am getting null in it.
Is there any way to do this?
...
0
votes
0answers
92 views
Show List from different sitecollection using XsltListViewWebPart
I followed a blog which explains how to show list from one sitecolletion to another.
Link to the blog is: ...
2
votes
1answer
166 views
Cross-Site XsltListView WebPart throws Exceptions
I Created a site with a XsltListView Webpart displaying list content from another site in the same site collection. I created it using Sharepoint Designer by exporting the Webpart from the original ...
1
vote
0answers
191 views
SharePoint 2010 List Grouping Expand/Collapse Sequence Bug
I've run into a bug with a List web part that has me stumped.
Bug description: Using the web part and XSL specified below, expanding groups may result in items from the wrong group being shown. ...
1
vote
0answers
322 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 ...
0
votes
0answers
212 views
XsltListViewWebPart cross site-collection
trying to do cross-site-collection xslt list view web part. I attached to xsltListViewWebPart.DataBinding += XsltListViewWebPartOnDataBinding; where I should be able to alter the data source. However ...
2
votes
2answers
174 views
search result xml to list view?
is there an option how to render the search results xml like list view look&feel? For example I would like to configure that ok, this column should be rendered like a linktitle field type with all ...
0
votes
2answers
344 views
SHAREPOINT ERROR: value does not fall within expected range
I am a newbie here, need your help :-(
So here is my problem:
I have 2 Sharepoint servers A and B
Server A using SQl server 2008 R2
Server B using SQL server 2005 SP4
Both using Sharepoint ...
2
votes
2answers
432 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 ...
0
votes
0answers
139 views
XsltListViewWebPart group total
I have a custom list with grouping enabled, now I want to add a subtotal field under each group (group footer) to show the sum of Total column. I couldn't find any settings in Sharepoint Designer 2010 ...
0
votes
0answers
263 views
Customizing SPO Custom List Forms with SharePoint Designer 2013 - No Design View
I'm trying to use SPD 2013 on an SPO 365 site (version 2013). Very fustrated that MS has apparently droped Design view.. Maybe I'm missing something here.
Anyways, I create a new aspx page from SPD ...
0
votes
0answers
162 views
Filter data displayed by xsllistviewwebpart
I need to filter data displayed by xsltlistview web part. So, I have created parameter "name" which is filled from query string (e.g. thumbnails.aspx?name=vacation). Query in XmlDefinition of target ...
0
votes
0answers
113 views
Views dropdown on list view web part doesn't work
Thank you very much beforehand for any help with this issue, I really can't figure out what is going on and failed to google any tips here.
So, I have big list (36125 items and about 25 public views ...
2
votes
1answer
882 views
ddwrt:FormatDate is reverting date parts
I'm using a custom XSLT file to format the oob created column to not show time, only date.
I have this code :
<xsl:template name="FieldRef_ValueOf.Created"
...
6
votes
3answers
512 views
Show created field with only date in XSL
I have a custom XSL file I linked in one my view. I would like to display the created field value as a date only.
By now I have this xsl template :
<xsl:template name="FieldRef_ValueOf.Created"
...
1
vote
2answers
374 views
LinkFilename - display text from other field
I have document library with column LinkFilename which renders link to document, where text is the name of the file. Is it possible to modify column is such way, that it will still render link to ...
0
votes
1answer
216 views
Filter Parameter from Visual Web Part to XSLT or DataForm Web Part
I have a scenario where from Visual Web Part I need to send filter parameter to XSLTListView or DataForm Web Part on the same page! If I use Query String then I need to Response.Redirect and that will ...
0
votes
2answers
2k views
Creating an XsltListViewWebPart programmatically: Columns & toolbar
I add an XsltListViewWebpart to a page in an event receiver like this:
public void CreateWebPart(SPList documentsList, SPLimitedWebPartManager wpm)
{
var documentsWP = new XsltListViewWebPart();
...
2
votes
1answer
83 views
Displaying View: Dropdown in LVWP Toolbar
So I'm trying to figure out why when I go into a specific list on the right side I have the "View" Dropdown, but when I am on a page with a List view web part with Show Toolbar it does not have the ...
2
votes
1answer
261 views
How to change column title for a view, but not modify the list?
SP2010. I have a list that works fine, and I don't want to modify or rename any of it's columns. Why? I've got plenty of Ajax queries hitting that list, and don't want to break what works.
But, this ...
1
vote
0answers
192 views
Connect XsltListViewWebPart with multiple providers
I have two lists defined:
A: Projects (with a lookup column to B)
B: Customer
For list A I have two listviews:
Open Projects
Closed Projects
Now I have a webpart page with three ...
2
votes
1answer
305 views
How to Fetch Data from .ICS file in Sharepoint 2010 ?
How to fetch data from iCalendar file in sharepoint 2010 webpart ?
0
votes
1answer
471 views
xsltlistview overiding the column headings using Xsl Link
I have a listview webpart that used specific columns.
Changing the names of the columns is not an option.
Our users are insisting that the heading for these columns be updated, so I am thinking of ...
1
vote
0answers
271 views
SharePoint 2010 OOTB filtering and sorting is not working in XsltListViewWebPart in Arabic
I am working on a multilingual site in English and Arabic. I have some pages with XsltListViewWebPart to view custom lists with no more than 12 fields to display. These are connecting webparts and ...
0
votes
2answers
125 views
Unlink page from master
Is there a way to "unlink" a page from the master page? Specifically, what I want to do is have a completely blank page display a SharePoint ListViewWebPart.
Alternatively, if I start by creating a ...
0
votes
2answers
211 views
Create external list without link to the item
I've got an External Item List (from a SQL Database source) and it works OK.
However, it doesn't seem to matter what I do, I cannot remove the "link to item" from the first column.
I'd like the list ...
0
votes
0answers
303 views
Error in lists and libraries / standard xslt list view web part
We are having an issue trying to view documents / list items in a SharePoint 2010 web application - there seems to be a curruption issue occuring. While in the site collection, when you go to 'view ...
0
votes
0answers
132 views
XSLTListViewWP: filter results based on javascript variable/other control on page?
I have some custom html/jquery form stuff on a page, and I would like to update a LVWP on another part of the page if a user adds something. So for example, the list view web part just shows items on ...
0
votes
1answer
1k views
dataform webpart button redirect new ID after saving
Can anyone please provide a hint for the following problem:
I have two DataFormWebparts on a page, one for creating new objects, one to edit them.
The Webpart that creates them has this button :
...
0
votes
1answer
145 views
XSLV web part: default xsl templates
Where default xsl templates for xslt view list web part are soterd?
As I know I can override any template in custom XSL file, but where can I find all the default templates? For example I need a ...
2
votes
1answer
655 views
Show Add New Item on XsltListViewWebPart programatically
I am trying to show the Add New Item link on an existing XlstListviewwebpart. But the code below is not working.
I found this here:
...
1
vote
1answer
736 views
Content Query Web Part: Lookup Column Value and XSL
There is a List with Lookup field. And there is a CQWP web part which uses this list as a Source and uses custom XSL style added to Itemstyle.xsl.
And there is a problem how to render this field as a ...
1
vote
1answer
975 views
Changes are not reflected on XsltListViewWebPart when changing vwstyles.xsl
I have a question regarding the vwstyles.xsl for XsltListViewWebPart.
Basically I have a strange behavior, when I change the vwstyles.xls but not directly but by the fldtype_somename.xsl, the changes ...


