The list-view-web-part tag has no wiki summary.
0
votes
2answers
85 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
2answers
487 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 ...
4
votes
1answer
721 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 ...
1
vote
1answer
459 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
729 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
126 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
1answer
17 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
1answer
199 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 ...
2
votes
0answers
360 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
0answers
35 views
Search in List view on publishing page layout
UPDATE after trying the OOTB list app:
I have a strange issue with placing a list view web part on a publishing page layout.
The searchbox is displaying, but when I search it does not load any ...
0
votes
0answers
7 views
You have to select at least one column to show in this view
We have this strange behaviour in one customer installation. When we try to edit a view, we get this error message (it is translated from Norwegian, so the words may not be completely correct). "You ...
0
votes
0answers
32 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
0answers
71 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
157 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
0answers
142 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
119 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
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
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
220 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
240 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 ...
