0
votes
2answers
62 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
57 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
3answers
388 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
0answers
131 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
1answer
86 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 ...
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
238 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 ...
1
vote
1answer
703 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 ...
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 ...
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 ...