Tagged Questions
0
votes
1answer
28 views
How to link to a specific list view from a list web part's title link
When I place a list's web part on a page and set it to a specific view, upon clicking the list title of that web part I am taken to the AllItems view of the actual list. I want to be able to see the ...
1
vote
1answer
33 views
Should views be created using “Edit the Current View” in the web part menu?
I've heard (and previous experience supports) that using "Edit the current view" is a bad idea, because the "view" created using this method can be orphaned if the list/library the view is based off ...
0
votes
1answer
93 views
Quickly change views in SharePoint 2010?
I know this may sound nitpicky, but in SP 2007 changing the view on a list was easily accessible since the view dropdown was permanently attached to the list header.
In 2010, changing the view is ...
1
vote
0answers
45 views
Items can not be selected in view
I have created a schema.xml for a List in SharePoint2010 which includes 2 views, and for some reason i cannot select listitems in one of the views ('Configurations') while i can select them in the ...
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
2answers
261 views
How to get elements from essential List programmatically
I have gotten two lists (like a view) from Microsoft Dynamics CRM. How can I get a elements from these two lists to the C# Sharepoint code in .cs file. The Administrator of CRM told me that this lists ...
2
votes
1answer
657 views
How to set Custom View as Default View for SharePoint List?
I Have Created 2 Views for a List. Now I want to set Different views as the default view on different Logins.
I want to do this using c# code
For Example:
Views are as Following:
AllItems
...
0
votes
0answers
418 views
How to remove duplicates from a SharePoint view?
I have a SharePoint view containing different items, but according to the columns displayed in my view, I have duplicates:
A B C D
A B C E
A B C E
A B C E
And I would like to only have:
A B C D
...
0
votes
0answers
84 views
How to mantain View across document libraries
I had a custom list which has some Custom Views created..
If I go and modify a View by Web Interface in List1, List2 doesn't show that modify.. Is there any way to do this?
In event handler I cannot ...
1
vote
1answer
992 views
SharePoint - Showing folders in a filtered view
I have a library with a few folders in it, and the files in the folder have a "Status" property and an "Assigned To" field.
I want to make a view with the following logic:
If (Content Type == ...
0
votes
1answer
397 views
Creating a custom View for List with custom UI
I'm trying to create a custom view for a list with custom UI. The following is my code:
list.Views.Add("List View", coll, Query, 10, true, false);
list.Update();
SPView view = list.Views["List ...
2
votes
1answer
1k views
Display a custom column from a blog list in a summary view
I have created a blog using sharepoint 2010
I added a few new column using sharepoint designer
List-post-add new column.
Of couse each post I edit and added the content to the extra field.
...
0
votes
1answer
680 views
SharePoint 2010 List items - visual filtering based on timeline and other attributes? [closed]
I am trying to design a visual filter & View for a standard Sharepoint List. Something similar to this one: http://www.aoglobalview.com/#/regulation-timeline/Clearing/global
Each List Item has 4 ...
