Views in SharePoint are different ways to present the same list of items in various ways. Views can be created, updated, deleted and customized.
0
votes
1answer
91 views
How to query an existing view in Sharepoint 2010
I want to query and existing sharepoint view. Is this possible? I did not find any tutorial to guide for querying a view.How cant it be done? Kindly tell me is this possible or not and if yes than ...
2
votes
1answer
444 views
External List in Datasheet View
How to I get an External List in Datasheet View?
I have a List, whereby I have Looked up a Column from an External List. The column appears as readonly in Datasheet View, but behaves normally using ...
2
votes
1answer
661 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
1answer
90 views
View External HTML pages on the main page with static navigation
I am currently using SharePoint 2010. I would like to add links to the main navigation using the site settings->look and feel-> navigation area and have those pages display within the main page of my ...
1
vote
1answer
433 views
Where did my “edit” checkboxes go?
I just made a new view, and the checkboxes to select files (or select ALL files) have vanished from the view. I still have the drop-down to the right of the document name.
I've been through all the ...
0
votes
1answer
450 views
Site usage report from Database
I have a SP 2007 site where site usage is enabled and I can check the usage for last thirty days. I wanted the usage details for last 6 months for which I went to SharePoint Designer but my SPD is ...
0
votes
0answers
93 views
Calendar views visual studio
Hi has anyone managed to create a custom calender view using the list definition schema ?
i read through this link
http://msdn.microsoft.com/en-us/library/ms438338.aspx
it wasn't very helpful
1
vote
3answers
4k views
Editing in Datasheet View
I opened my list in datasheet view. But I wasn't able to edit in that view - things were read only. How do I enable edition in datasheet view?
0
votes
2answers
399 views
Why is my document library content not being shown?
I have a SharePoint 2007 site where the main user has just reported that her folders are missing for a document library. I have no idea what the history of this document library is or what happened ...
1
vote
1answer
830 views
How to attach programmatically and XSL to a View
I have my custom Document Library with his own content type, views and so on...
I'd like to add a particular XSL to a View, to trasform particular value into other.. This works if I put the XSL file ...
0
votes
1answer
90 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 ...
0
votes
0answers
101 views
Create External Content Type with Linq query
I have the following issue. I created BDC Model in VS 2010 to which i added Linq to SQL model(that has two tables in it). No I'm wondering can i create entity (class) that is represented in sharepoint ...
2
votes
0answers
50 views
How to avoid loosing complex query in a view?
In a custom list definition bound to a custom content type, I attached the out of the box AssignedTo field.
In the schema, I defined a view with this query :
<Query>
<OrderBy>
...
2
votes
1answer
291 views
Custom edit form associated with edit button on list view
I have created a view from a list which I created. I now have an edit button link on this view and need to link it to a custom edit form. How can I do this in SharePoint Designer. I am using ...
0
votes
1answer
3k views
How do I prevent Sharepoint from asking to download html files to my local machine?
I have a page that contains a Page Viewer web part. Each time the page loads, in both edit and view modes, I get a File Download dialog box asking "Do you want to save this file?", listing the correct ...
0
votes
0answers
238 views
Filter XsltListViewWebPart by items Created in the last hour?
I need to create a view that only display items that was created in the last hour. I can't do this through the UI since it only allows me to filter by days. I created a copy of the AllItems view and ...
2
votes
1answer
96 views
Why edit menu not visible when current view use grouping?
i have a document library with a customized grouping. In the view setting i enabled the column "Name (linked to document with edit menu) )". Problem is that the edit menu didn't show up.
For testing ...
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
1answer
186 views
Turn filter on by default on a sharepoint view
I would like to filter a column defaultly on my sharepoint view, is it possible to do so ?
Thank you very much
0
votes
0answers
85 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
997 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
147 views
Picture library problem when breaking permission inheritance
I have a picture library and I want to implement different permissions for users on the different levels in the library. But as soon as I break the inheritance for one folder strange things start to ...
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
2answers
191 views
How do I create a new view from an existing view using ECMAScript?
I wrote a script with ECMAScript to create a new calendar view with a click of the button by using:
this.viewCollection.add(viewInfo);
However, I'm wondering if it is possible to create the view ...
3
votes
1answer
108 views
Allow Users adjust Text Size in Browser
How do I enable users the ability to increase the font size on SharePoint sites, by using the settings in their browser.
For example in using IE, users can use View > Text Size > Larger etc.
0
votes
1answer
129 views
Constraints on viewing list items
Suppose there's a top-secret list (inherits its restrictions from its parent) that contains records that were created earlier by different users. There are several groups with rights to administer, ...
0
votes
2answers
728 views
Web Parts Chrome Type is not Working
I am remotely connected to my clients sharepoint server 2010 standard using cisco vpn.
I can see that the announcement list's webpart on our page has Title and Border which shows that chrome type is ...
1
vote
2answers
1k views
SharePoint 2007 - User can't select Explorer View
1 of my user cannot select "Explorer View" from the scroll down menu on the right side of the window... Actually she sees NO views at all... I deleted her account from SharePoint and recreated it... ...
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 ...
2
votes
1answer
66 views
What can cause (almost) all views on a SharePoint document library to lose all of their filter conditions?
My particular instance of this problem occured such that all but two of our document library views, and all connected web part pages lost their view filters. Detailed data points below.
SharePoint ...
2
votes
3answers
2k views
Sharepoint list “add a new item” Option
I have a SharePoint listview with Title, Name and Address as its columns.
I am passing parameter Name in the url
The url of this list view is "http://site/Lists/Listl1/ListViewl1.aspx?name=testname"
...
0
votes
1answer
287 views
Remove Quick Launch panel for the list view.aspx
I have a listview called customerListView which is located in
http://sitename/customerList/customerListView.aspx. What would I need to do in order
to hide the quick launch just for this listview?
1
vote
1answer
146 views
List View in Sharepoint WebPart Page
I have created a webpart page..now i want to add a list view(CustomerListView) to the page... so i went ahead and edited the page and added the particular list(customerList)..but the dropdown box in ...
