The tag has no wiki summary.

learn more… | top users | synonyms

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" ...
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 ...
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
2answers
4k views

Defining custom views in a list's schema.xml file

I have create a custom list definition, with a content type. In the schema.xml, I'd like to define two views : All items (the default one, generated by Visual Studio) My items (the same view with a ...
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
1answer
136 views

Copying code over in Sharepoint Designer 2010 and changing it, deletes code from the original file, how can I fix this

Suppose I have two files, A, and B respectively. Everytime I copy xsl code from file A to B and modify the code in B and save it. The code in A gets removed (all except for the WebPartZone tags and a ...
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
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(); ...
0
votes
2answers
1k views

Getting last three images with XSLListViewWebPart

I am trying to get the latest three images added to a picture library and put them on home page with XSLListViewWebPart but can't manage it to work. Here is the sample output I am trying to get: ...
0
votes
1answer
447 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 ...
0
votes
2answers
112 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
1answer
143 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 ...
0
votes
1answer
89 views

Column that show the title of an item and point to a lookup value?

I have two lists, let's say "Parent" and "Child". There is a lookup in "child" list that point to "parent". In a custom view of Child list, I'd like to have the title of "Child" display, with a link ...
0
votes
1answer
458 views

Condition on hidden field in xsl?

I have a custom xsl file that I use to show items in bold when a boolean fields equals to false. I've set up the xsl using SharePoint Designer, then I exported the Xsl node in a xsl file. I deploy ...
0
votes
1answer
769 views

Using a list view to filter another list view

I have two lists; List A and List B. List B has a lookup column to List A. I want to filter List B based on the value in the field that looks up A. This can of course be done using the default OOTB ...
0
votes
2answers
173 views

two xslt list vew webparts

Is it possible to send different parameters like "rootfolder" (usually fount in the url as a get-parameter) to two different xslt list view webparts on one single page? How can I achieve this?
0
votes
1answer
567 views

deploy XSLT list view webpart using “AllUserWebPart” through a feature from the solution package

I am trying to deploy custom pages from feature. I came to know that the webparts(oob or custom) are to be deployed from the elements file using the "AllUserWebPart" wherein we have to include the ...
0
votes
4answers
2k views

Anonymous users denied access to XSL stylesheet

I have a XSLTListViewWebPart on a page and it is linked to an XSL stylesheet located in the Style Library. Anonymous users have read access to the Style Library. When a logged in user views the page, ...
0
votes
2answers
496 views

Get ID for selected item in connected web part

I have an XSLTListView (RoleAssignments list) web part that is connected to another XSLTListview (Authorities list) web part which provides a filtered listing based on the selected role. I need to get ...
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
1answer
26 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 ...
0
votes
1answer
33 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
240 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
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
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
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
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
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 ...
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
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
2answers
1k views

Unable to display this Web Part. To troubleshoot the problem, open this Web page … & Error: Reference to undefined entity 'nbsp'

I created a page in SharePoint Designer 2007 that use a SharePoint Library. I used the method of 'generating XSLT' from this page - How to customize the header titles of the List Views web part ...
0
votes
1answer
97 views

SharePoint Web Parts can not be connected via hyperlink fields

In short: I'm trying to filter an XSLTListViewWebPart based on what is selected in another XSLTListViewWebPart. Using a String field as connection this is working fine. Using a hyperlink field no data ...
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
1answer
397 views

Creating a custom View for List with custom UI

I'm trying to create a custom view for a list with custom UI. The following is my code: list.Views.Add("List View", coll, Query, 10, true, false); list.Update(); SPView view = list.Views["List ...
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 ...
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 ...