The list-view-web-part tag has no wiki summary.
5
votes
2answers
3k views
How to extend a ListView WebPart (from code)
I'd like to extend the ListView WebPart so that it can read data from the url... I tried to extend a ListView WebPart but compiler told me it is sealed and so I cannot extend.. Then I tried to insert ...
4
votes
1answer
709 views
List Filter Webpart not loading default value from custom filter provider
I have a request from a client to filter the data in a list view webpart based off of some user controlled custom settings for our sharepoint applilcation. These user settings are stored in a ...
3
votes
4answers
1k views
Scrolling through list items one by one
I have an announcements list and instead of displaying all announcements at the same time, there may be quite a few, I want to scroll through them one by one.
Outside of SharePoint there are quite a ...
3
votes
2answers
578 views
XsltListViewWebPart forgetting current web when being rendered on Layouts page
I'm adding a very simple XsltListViewWebPart to an application page. Like so:
XsltListViewWebPart lvWebPart = new XsltListViewWebPart { ChromeType = PartChromeType.None, ListUrl = "/somesite/list" };
...
3
votes
1answer
982 views
2007 ListViewWebPart to 2010 XSLTListViewWebPart
After migrating from SharePoint 2007 to 2010 we found a few issues in the migrated document libraries, some styles were looking wierd and the biggest problem is that the "Add New Item" button is not ...
3
votes
1answer
1k views
ListViewWebPart programmatically set the List/Path
The ListView Webpart is a component created to show a list inside a page... It's very usefull and easy to use... The way to create a ListViewWebPart and set a list is very simple:
myListView ...
2
votes
1answer
160 views
How to disable the modal view when clicking on a lookup field?
I have a "Parent" list and a "Child" list, linked by a lookup column.
Both lists have "Show in modal dialog" disabled.
On the home page, I have a listview web part that displays the "Child" list, ...
2
votes
1answer
144 views
Web Part with more than one connection
Can I have a web part use more than one connection?
I have three web parts: Web Part A, Web Part B, & Web Part C. Web Part C has three columns, A, B & C. I want Web Part A to filter Web ...
2
votes
1answer
134 views
How to I disable the link for the title inside a List View webpart?
How do I remove the link from the 'Pending Registrations' title and also the 'Contoso Training Budget' title?
2
votes
2answers
2k views
Can you pass multiple filter parameters from a custom provider web part to a list view web part?
I've created a custom provider web part that I would like use to pass multiple filter parameters to a list view web part. Is this possible?
If so, is there an example or tutorial out there that shows ...
2
votes
2answers
267 views
2 custom list view web part on same page
I was customizing list view web parts to meet our reqs. What I did was:
Instantiate ListViewWebPart in another web part
Set web (reflection), webid and list id
add ListViewWebPart to Controls ...
2
votes
2answers
393 views
“Add document” link missing from ListViewWebPart
I'm adding an ListViewWebPart programmatically to my custom page, so far so good, the problem is that the link "Add document" is missing(Summary Toolbar), and the simple behavior of open the edit web ...
2
votes
3answers
942 views
Pass a SharePoint list item value to a ListViewWebPart query
I'm stuck with the following Problem:
The Task:
I do have a custom SharePoint form which displays an entry from one of my SharePoint lists. On that Form I am using a ListViewWebPart to show the ...
2
votes
2answers
1k views
How to create a “datasheet-like” list view to update a checkbox in multiple rows?
I am using draft item security on a forms library to only allow the creator of a form and a user with "edit items" permissions to view a form in the library.
I would like to provide the user with ...
1
vote
3answers
2k views
How to set item level audience targeting for a Links List?
I created a Link List where each item has a specific target audience from the Active Directory group assigned. I added this link list on a page as a web part.
I am trying to get the user to ONLY ...
1
vote
2answers
542 views
Is there a simple way to change the toolbar from Full to Summary in LVWP?
I am on this since 6am this morning. Over 13 hours. Still issues. Can anyone suggest a different way to changing the Toolbar to Summary Toolbar? I would appreciate it.
Is there a simple way to change ...
1
vote
1answer
430 views
List view web part to display all item from document folder in subsites (SharePoint 2010)
How can I achieve that I can display all the documents from the document libraries from all the site collections sub sites? (Actually I only need to show the onces that where changed lately.)
It ...
1
vote
1answer
239 views
Display 0 rows in list view webpart if there is no filter set?
I am trying to setup a custom page that uses the document library "A" in multiple webparts to show only certain columns based on a "trickle-down" connection system.
(please note ALL list view ...
1
vote
0answers
351 views
CustomListView WebPart
I tried create and render CustomListViewWebPart . I tried with the following code.
public class CustomListViewWebPart : System.Web.UI.WebControls.WebParts.WebPart
{
#region Variable Declaration
...
1
vote
1answer
691 views
Metadata navigation in List View Web Part
I have list and list view web part on a page which points to default view of that list. I have enabled metadata navigation on my list, and my question is: is it possible to show/enable metadata ...
0
votes
1answer
32 views
Having single parent list and multiple (different) child lists using lookUp column
My name is George and I am new to Sharepoint.
I started using Sharepoint 2013 foundation and I want to make a relation between a parent list which has a lookup column (something like 'Type') and more ...
0
votes
3answers
381 views
Create dynamic view for listview web part
I am challenging this requirement:
Client wants to show only list items in list view web part based on value from user profile and also preserve functionality of the list view web part like OOB ...
0
votes
1answer
2k views
SharePoint 2010 - Unable to display Web Part, but appears correctly after browser refresh
We have a SharePoint 2010 Web Part page containing 4 XSLT List View Web Parts that utilize the same list. When the page is first visited, one of the Web Parts does not display, while the other 3 Web ...
0
votes
1answer
1k views
Editing the Summary View in List Viewer
It appears that only certain columns can be displayed in the Summary View for list viewers. I am wondering if there is a way to get around this. I have one additional column from the list I'd like to ...
0
votes
1answer
464 views
Listview webpart in custom site definition
When defining a listview webpart in a custom site definition, how can I make sure that the view has the columns that I want it to show?
The standard view shows these column: Title, Assigned To and ...
0
votes
2answers
56 views
make a custom view default view for a Calendar list
I have created a Calendar list via Visual Studio 2012. I have added a new Custom View to the Schema.xml file and removed all other views. this calendar list deployed by a feature. I have a custom web ...
0
votes
0answers
25 views
Error with Sharepoint list filter on a list view webpart
I have a webpart page with a list view webpart. the list has a column of type choices. I added a Sharepoint list filter webpart filtering on the choice type column,it worked fine. But when I included ...
0
votes
1answer
108 views
enable ajax on listview web part added in feature upgrade
is there an option how to enable ajax functionality in listview web part type added by code? Iam facing problem where we added 2 list view web parts on the page and they behave really strange. I read ...
0
votes
0answers
56 views
Filter in customized view not working
I created a custom web part with ListViewWebPart in its Controls collection. Source code:
var obtainedList = elevatedWeb.GetListFromWebPartPageUrl(FullUrl);
if (obtainedList == null)
{
throw new ...
0
votes
0answers
145 views
SharePoint Delete confirmation message shows up twice
I'm facing a problem with delete confirmation message box which shows up twice. my scenario is the following :
- I have a SharePoint Site.
- Document library
- Some custom actions i developed for the ...
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
16 views
How would I modify the logic of the List View Webpart such that it would skip a record meeting certain conditions?
I have been looking for a way to display the Group By headers of a ListView or DataView web part for those groups that are empty. It seems that as no record is set forth to parse, the empty Group ...
0
votes
0answers
130 views
Sharepoint 2013 Discussions List edit flat view
In Sharepoint 2013 community site I have created a flat view in discussions list. But it is not displaying the necessary fields. How can I check what are the fields to be added in that view, can't ...
0
votes
0answers
113 views
Add View to page declaratively
I came across the following code in a module, this shows a view in a web part (sandbox solution):
<File Path="HomePage\default.aspx" Url="default.aspx">
<View ...
0
votes
3answers
114 views
How do i customize the list view web part?
I am displaying a custom list using a ListViewWebPart. I want to update the display so that it has some buttons (two columns at the end with buttons).
I then want to handle the button click and do ...
0
votes
0answers
88 views
Update to add hover to ListViewWebPart
I have a ListViewWebPart on a page. Is there any way i can update this so when the user hovers over a row it shows some notes (notes is a column on the custom list, but not displayed on the ...
0
votes
2answers
471 views
Adding ListInstance to an application page
i have defined some site columns which were referenced by some content types. These are used for a ListDefinition and a ListInstance. (Everything is in one Visual Studio Project).
Now i would like to ...
0
votes
0answers
62 views
Unable to correct translation of announcement list
There is an error in the Norwegian languange pack for SP2010. In the summary view of announcement lists "by" (as in by author x) is translated to "etter" (after in English) and I can't figure out how ...
0
votes
0answers
217 views
Adding a SharePoint list to an Update Panel
I am trying to add a SharePoint list to an AJAX Update Panel. I am doing this by adding a ListViewWebPart to the Update Panel. My code:
SPList fcsRequestList = ...
0
votes
0answers
237 views
How to “link” two ListViewWebPart to look at the same RootFolder programmatically
I have a webpart which contains 2 ListView Web Part: one of them has a view that shows folder, the other one the docs.
The code I've written is this:
private ...
0
votes
0answers
237 views
Set ListViewWebPart to a specific Folder
I'm trying to put a ListViewWebPart on an Application Page.
I want to start the displayed document library in a specific folder, say "Folder 1".
I tried the following (as shown here):
...
0
votes
1answer
196 views
Toggling listview web part content source
I'm trying to construct the following user experience. There's a set of links, let's say are in the content editor web part, which control which document library is display below. How would you go ...
0
votes
1answer
85 views
Unable to expand list view selector
I have restored a SharePoint - 80 application backup on a new server and mapped the existing domain name to this server.
The default list view selector does not show the available pre-defined ...