The xslt-list-view-web-part tag has no wiki summary.
3
votes
3answers
1k views
Why don't folders work when adding an XsltListViewWebPart to the page via code?
I have an issue with adding an XsltListViewWebPart to a page for a Document Library. When I do it using the code below everything works fine unless I create a folder and upload a document there. Such ...
2
votes
2answers
142 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 ...
2
votes
2answers
378 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 ...
1
vote
2answers
427 views
Custom XSLT for taxonomy field in xsltlistviewwepbart for SharePoint 2010
I'm trying to modify the out-of-the-box rendering of the xslt list view webpart to collapse the terms, and show (..more) if there are more than 1 term in the field.
I already did this for an "Authors" ...
0
votes
2answers
232 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 ...
0
votes
2answers
193 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 ...
2
votes
1answer
149 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 ...
2
votes
1answer
2k views
Provision XSLTListViewWebPart with <AllUsersWebPart> or <View> and customize the XslLink
I've created some custom List Definitions (aka List Templates) and am provisioning List Instances of them into my site. I am then provisioning Pages (Wiki/WebPartPages) that refer to the lists/views ...
1
vote
1answer
727 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"
...
1
vote
1answer
706 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
297 views
DVWP sorting the data with xslt and removing the duplicates
I'm working with SharePoint 2007. I try to modify the DVWP with the XSLT.
The web part pulls the data from the list, what i want to do is just sort the data and show the results. - I can't sort the ...
0
votes
1answer
32 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
239 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
1answer
211 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
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
366 views
How to use XmlDefinitionLink & CAML to reuse View definitions in multiple XsltListViewWebPart controls?
This is what I want to achieve (in SharePoint 2010):
A custom page containing 2 XsltListViewWebPart
Both of them rendering the same list data, but with different XSLT definition for
display
I ...
0
votes
1answer
201 views
Opening videos in browser with XsltListViewWebPart
I created a Document Center site which has its own Content Query Web Parts. When I upload a video file to this document center, the Content Query Web Parts are playing the videos in browser with modal ...
2
votes
0answers
479 views
Filtering a XsltListViewWebPart that has "Send Row of Data To“ connection doesn’t work?
Filtering of a XsltListViewWebPart is absolutely no problem when you change the
webPart.XmlDefinition property like this:
var xml = new XmlDocument();
...
2
votes
0answers
456 views
Filtering an XLV with a Managed Metadata Field in a Publishing Page Layout
I have a custom Page Layout which inherits from Enterprise Wiki, with an additional column of type Managed Metadata.
In SharePoint Designer, I place this field as a control onto my customised page ...
1
vote
0answers
179 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
313 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 ...
1
vote
0answers
189 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 ...
1
vote
0answers
266 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 ...
1
vote
0answers
422 views
Target Audience does not work with site SharePoint groups for XSLT List View web part
On some xsltlistview web parts, whenever I try to set the target audience to use one of the SharePoint site groups (These are groups created when you create a new site), it tells me that it does not ...
1
vote
0answers
125 views
xsltlistviewwebpart - view edit delete (ribbon) with filter
Is it possible to enable view, edit and delete (on the ribbon), when there is a filter applied?
Thanks,
David Esteves
1
vote
0answers
202 views
Disable Modal Dialogs from XSLTListView
i need to disable some modal dialogs for the form display in a listview.
At the list settings I have disabled the modal dialog (NavigateForFormsPages="TRUE").
For the items of the list it works fine. ...
1
vote
0answers
187 views
Web part only displays after refreshing page?
I've got a web part that displays one item in a list in a custom view. When going to the page that houses the web part, it errors, giving me a
"Unable to display this Web Part. To troubleshoot ...
1
vote
0answers
360 views
XSLT Transform failed: 0x80004005 : Type Mismatch UrlDirName
I get the following error in sharePoint designer design mode when I add a thumbnail field to a xsltlistviewwebpart
Any ideas on how to avoid?
In addition, i want to modify the output of the ...
0
votes
0answers
13 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
9 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
0answers
39 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
87 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: ...
0
votes
0answers
205 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 ...
0
votes
0answers
138 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
255 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
157 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 ...
0
votes
0answers
289 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
130 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
0answers
159 views
Document library view web part and absolute links
On page abc/default.aspx I have a Document library view web part.
If I click on the folder, then open a link like this
...
0
votes
0answers
266 views
List View Webpart with Thumbnail View
I have a Picture library and I use the default Thumbnails view. So I created a List View WebPart on the home page and the items are all messed up. Instead of showing in a nice and tidy grid, there are ...
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 ...
0
votes
0answers
517 views
How to change XsltListViewWebPart filter listbox
I need to change the view of XsltListViewWebPart on each page of the site. To be more exactly, I need to implement the filter to the view to show users specific content. So, I did this by changing the ...
0
votes
0answers
187 views
Implementing tab display for list items
I'm working with sharepoint 2007.
I've been following this link to create a tabs display
http://sharepoint.microsoft.com/Blogs/GetThePoint/Lists/Posts/Post.aspx?ID=443
Althought i encounter a lot of ...
0
votes
0answers
221 views
Blog default view - remove comments
I'm trying to remove comments link from post in sharepoint 2010 blog. I found out that there is a section in blog.xsl in 14 hive responsible for that. After commenting out that section, I was able to ...
0
votes
0answers
196 views
Pass parent ID to new child list item in “inline edit” mode of ListViewWebPart
I'm trying to set up a 1:Many relationship between items in a parent list.
In the EditForm for the parent item, I've inserted a XsltListViewWebPart for the child list, and set up filtering on the ...