Tagged Questions
0
votes
0answers
11 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
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: ...
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 ...
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 ?
1
vote
1answer
942 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 ...
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
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 ...
2
votes
2answers
639 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
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 ...
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 ...
2
votes
1answer
300 views
Is it possible to update .Webpart file and reflect the change on all uses of a webpart
I have a webpart that is a modified XSLT list view webpart in SharePoint 2010. I exported the webpart as a file and uploaded it to the webpart gallery manually.
If the user adds this webpart to ...
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 ...
1
vote
2answers
775 views
Ribbon not available for list item in dynamically created XsltListViewWebPart
The situation is the following. I'm creating an XsltListViewWebPart during the Page LifeCycle which is added to the page Controls collection (or UserControl Controls collection). The ...
2
votes
3answers
3k views
How can I filter a calendar (ListViewWebPart) web part?
I've entered a lookup field to a calendar list that corresponds with the values in a list of links. I would like to show only calendar entries on the web part that correspond with the selected link. ...