The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
18 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
14 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
16 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
29 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
46 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
34 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
253 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
88 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
152 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
185 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
314 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
206 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
143 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
252 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
387 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
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 ...
1
vote
1answer
745 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
459 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
282 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
213 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
81 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
200 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
190 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
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
1answer
448 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
267 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
113 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
196 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
290 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
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 ...
2
votes
1answer
642 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
708 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
949 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 ...
1
vote
2answers
603 views

List view loses focus when additional webpart added to page

I have a list page to which I need to add an additional webpart (in this case, a more powerful filter). However, the ribbon doesn't appear because the listview does not have focus. This is easily ...
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 ...
2
votes
1answer
254 views

XSL Transform impacting other Web Parts

I have on my SharePoint page an XSL List View Web Part linked to an XSLT file via the "XSL Link" property. Here is the content of the XSLT: <?xml version="1.0" encoding="utf-8"?> ...
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
270 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 ...
1
vote
2answers
428 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" ...
2
votes
2answers
642 views

Adding webpart to filter view by code is not working

I need to add a new page in a new doc library. That works fine. In the page I need to add a webpart to filter list data from a view bases on 3 columns from the view. The following code is not ...
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 ...

1 2 3