Tagged Questions
0
votes
0answers
23 views
ExpCollGroup Fails with custom list
In Sharepoint Foundation 2010
I created a list, and made a standard view, everything is fine.
I go into SPD and apply a simple formula to a column header using the f(x) button. It doesnt matter what ...
1
vote
1answer
47 views
Displaying Custom Webpart in every view of a List?
i have a List called "Persons" in a SharePoint 365 (aka Online). This List contains 4 or 5 Views (The administrator can add more view depend on the actual situation).
On the default list, I have a ...
0
votes
1answer
350 views
hide or remove title field from web part
Programmatically I created a list which is type of GenericList. in the onet.xml file of my Web template I added following
<View List="Lists/MyList" BaseViewID="1" WebPartZoneID="Left" ...
2
votes
1answer
170 views
How I can block to change view in list SharePoint Foundation
How I can block change view in ShrePoint list?Even when I add user Read Only permission to some list, person be able to change view in this list. I want to block change view but I don't know how. I ...
0
votes
1answer
312 views
Can I manage views based on permissions in OOTB Foundation 2010?
As problem fixes are implemented, we are uploading additional or modified documentation and procedures to a sharepoint site where our employees can review those changes.
We've got another sharepoint ...
2
votes
1answer
605 views
Why aren't custom views displaying recurring appointments properly?
We have two recurring events in a SharePoint calendar. The first recurs every two weeks beginning Jun 05, 2012, and the second recurs every two weeks beginning Jun 10, 2012. The Jun 05 meeting is ...
0
votes
1answer
228 views
List item field values incorrect in AllItems view, but correct in detail view
I've created a custom content type and a list definition and list instance based on it. In a web part, I add an SPListItem to the list, set its field values, and then call item.Update().
However, ...
1
vote
1answer
940 views
Sharepoint 2010 Views and Conditional Formatting Issue
So I created a task list and using SharePoint Designer I created Conditional Formatting on the default all tasks view and it worked great. However when adding the list in as a web part the conditional ...
2
votes
1answer
1k views
ListViewWebPart
I'm using listviewwebpart to display contents of SPFolder (subfolder inside a list) to display its contents.
Beolw is the code to implement this:
protected override void CreateChildControls()
{
...
2
votes
2answers
2k views
Issue trying to customize xslt layout of a list view
This is probably simple but here goes. I want to customize the xslt layout of a list view. The idea is to add a header to the top which shows the name of the list. Here is what I have so far.
...
2
votes
3answers
6k views
Show only a subfolder of a document library in a web part
I want to show only a particular folder in the right pane of a page using a webpart in Sharepoint Foundation 2010. Is this possible? When adding the webpart, I could only add the document library. ...
0
votes
1answer
787 views
Calendar list event cell height does not increase with content
Was wondering if someone knows how to make it so that the cell for the calendar event does not cut off the contents. Instead I want it to dynamically resize depending on the contents. I did some ...
0
votes
2answers
100 views
Add indicator to the title of an calendar event to show that it has an attachment
Looking for options:
I want to set it up so that when a person attaches a document to an event of a calendar list that the title of said event will be modified with an indicator to show that a file ...
1
vote
2answers
326 views
How to order all day events on a calendar
I have a calendar list with a choice called "Category" with items A,B,C,D. I want to sort the all day events that are shown based on the selected category. I tried to set the Orderby
...
8
votes
3answers
4k views
“View exceeds list view threshold” even when it doesn't
I have a document library in SharePoint Foundation 2010 which contains over 10,000 items, arranged in folders such that no folder contains more than 2000 items. I've created a public view called ...
