3
votes
1answer
60 views

How to publish blog posts on behalf of another user in SharePoint 2010?

I have blog for our management team. Assistants will be posting instead of the managers. I have created a column called "Author" which is "people/group" lookup field for the assistants to add a person ...
0
votes
2answers
29 views

Finding SPGroup list views

When I go to 'people and groups' then select a group I am looking at a list view with a few columns. Is there a way to retreive this view programmatically?
0
votes
1answer
51 views

Modifying List View in C# Doesn't Work?

I am trying to modify a view for a list in a Feature Event Receiver. The list is created in the same function; and the columns all added to it. When I look in the List Settings via the web interface, ...
0
votes
2answers
61 views

What are some alternatives to the Content Query Web Part for displaying list data in a custom layout?

I have some very specific requirements for displaying data from a List of Announcements. The Content Query Web Part can do almost what I need but does not seem like a very effecient solution. ...
0
votes
0answers
58 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
1answer
57 views

Different View for Top-Level folder and folders of a Content Type (programmatically)

I have a Document Library where I add Folders of a specific Content Type. Inside these folders I can upload documents. I would like to have different Views for both. I found a manual solution as ...
0
votes
3answers
100 views

obtain list view rendered html from code?

Is there an option how to obtain the list view rendered html from code? For example I have an item (for example task ct) and i would like to obtain html rendered (on server side) if this item will ...
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 ...
1
vote
1answer
162 views

SharePoint 2010 list vew schema - View element

guys, I am trying to understand list schema view. For example AnnouncementsList contains in schema 3 views: <View BaseViewID="0" FreeForm="TRUE" Type="HTML" MobileView="TRUE" ...
0
votes
0answers
89 views

Disappeared personal views

Have you ever facing the issue with dissappearing personal views? I have a big list with a lot of columns, rows, public & personal views, but without any calculated columns, 3rd party features, ...
1
vote
1answer
134 views

Get Access to List View webpart without having access to list

So I'm developing an event management system at the moment where there are two user groups, "editors" and "attendees". By registering for an event, the SPUser is added to a list "attendeeList" which ...
2
votes
1answer
65 views

SPv4 - Alerts based on view - What are the limitations?

The quick version (SP2010 Enterprise): What requirements/limitations are there for being able to assign a view to an alert? The full explanation: I've been playing around with creating alerts via C# ...
2
votes
1answer
634 views

Adding List View Web part by Powershell and via GUI hasn't same View

Following is a part of my Powershell Script which creates a Discussion Board List and tries to add it to a default.aspx page. the problem is when I add default view to the code (marked as *) it ...
0
votes
1answer
62 views

Set Specific list view for user

Hey i need to set a specific list view for certain users. They need to be able to view the list with a set view that they cannot change, and still be able to modify the list items. HELP !
0
votes
2answers
773 views

Add Listview of parent site list

i want to add a page where users can view and edit a list, problem is the list is not in the site but rather in its parent site. I also want to be able to filter the list so they can only see a items ...
1
vote
2answers
739 views

Sharepoint 2010: List view to always show last friday's data

I've been working on this issue forever now...Here's what I'm trying to do. I have a custom list where people add some info. I crated 2 views to view items added today and yesterday. Now I'm trying to ...
2
votes
1answer
306 views

Display Grouped List Web Part as Tiles

I'm creating a Sharepoint Site in SP 2010 to hold information for Meetings at my Company. This site will hold documents and will need them to be grouped by Meeting Type and then by Meeting Date. I've ...
0
votes
2answers
368 views

ListView webpart Customization in designer

I want to insert a list view webpart in a page. As of now i am able to do all the customizations through designer except one i.e. disabling row selection. All i want is the user should not be able to ...
1
vote
1answer
3k views

This view cannot be displayed because it exceeds the list view threshold (5000 items) enforced by the administrator

I am facing following warning message when i add list as webpart. "This view cannot be displayed because it exceeds the list view threshold (5000 items) enforced by the administrator." Also when i ...
1
vote
2answers
861 views

Threaded view on discussion board: is it possible to sort by reverse chronological order

I've tried to figure out how to configure the threaded view of a discussion board (Sharepoint 2010) to sort the thread by reverse chronological order (most recent post first). No success so far. ...
5
votes
2answers
3k views

Sharepoint 2010 XsltListViewWebPart on site definition template

Im having a problem placing the XsltListViewWebPart on my Default.aspx template (relevant code bellow) <WebPartPages:WebPartZone runat="server" ID="NewsItemsList"> <ZoneTemplate> ...
0
votes
1answer
240 views

Listdata.svc Error - Filter Option Not Working?

I am working in SP2010 and have a simple InfoPath form that calls the listdata.svc to populate a drop down. I am trying to work out the URL that will return me all of the State data from a list of 27K ...
0
votes
1answer
254 views

List of Sub Sites and Workspaces

I would like to create a list of Project Sites and links to pages, on the Projects site. To contents of Sites and Workspaces. This process should be automatic when you establish a new project site, ...
1
vote
1answer
90 views

Pro/cons: Multiple lists or one big list with multiple views?

I have data that can go through different stages, during which it will have common fields and fields that are only used on specific stages. If I e.g. have these fields: CommenField1, CommenField2, ...
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
602 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 ...
1
vote
0answers
167 views

How to get to control rendered by Sharepoint dynamically?

In a view (by default AllItems.aspx) of a list "Inline Editing" enabling at design time in SPD2010 renders green-cross image-button at run time. Its pressing at run-time adds a new line How can ...
0
votes
0answers
125 views

Custom default view of a list is redirected to phantom page - how to remedy it now and avoid this in future?

In a list (named "Delivery") I created a new view Forms.aspx (by copying defalt View AllItems.aspx), made it default, heavily modified but after running it (from SPD 2012 by F12 or directly from a ...
1
vote
3answers
2k views

Brand a List View Web Part

How would I go about changing the layout of a List View Web Part? Instead of listing items in a boring column format I would like to do something like this: [Title] by [Author] of [Publication] on ...
0
votes
1answer
325 views

DispForm with child data view

I have two related lists. I have a parent list and a child list, the child list has a column that stores the ID of the parent list. In the parent's EditForm I added a dataview of the child list, and ...
1
vote
2answers
840 views

Document Set and Document Set Content Columns

I have created a Document Set (with 10 columns) and added a Document type (with 11 columns) to the set. I have shared all but one Columns between the two. Now, I would like to hide the 11th column on ...
0
votes
1answer
471 views

How to change default List View Web Part?

I created a web part for show list item of special list. I want show this web part instead of default list view. How to change default List View Web Part ?
0
votes
1answer
475 views

Remove Select column in xslt web part

My apologies if I miss some of the terminology. I have an xslt web part that I want to connect to another list. When I connect it to another list I get the select column that I don't want to see. ...
0
votes
0answers
232 views

Filter on Person with Lists.asmx and DataFormWebPart. 'This column type cannot be filtered'. (In 2010)

In SharePoint 2010 I want to display a document library view from a record-centre in another site collection and the best option seems to be Lists.asmx GetListItems and a DataFormWebPart. I want to ...
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 ...
0
votes
1answer
236 views

Change rows and columns in list views

I'm facing another strange issue from my users, who love Excel sheets. Can I transform / mix / change rows and columns in one list using only a views? Is it possible to make this view (or list): ... ...
1
vote
0answers
282 views

Is there a simple way to add paging to ListViewByQuery ?

I'm working with a ListViewQuery component on a webpart and I need to add paging control to it. Is there a simple way to achieve that ? I saw somewhere than just setting the RowLimit property of ...
9
votes
2answers
2k views

How can I use normal paging on a custom view?

I'm creating several lists (and their views) programmatically, based on custom list definition templates. When these views display more than 30 items, the following link is displayed: Whereas on ...
3
votes
3answers
5k views

Show recently modified or uploaded documents

I'd like to display a list of the most recently modified documents across all document libraries in a site in Sharepoint 2010. It seems that the Content Query webpart might do this for me, but the ...
1
vote
4answers
1k views

Viewing a custom list vertically

I'm using SP2010, and need a specific view of my custom list. My custom list is defined as the follows: Column 1 name = "Project Name" Data type = Single line of text Column 2 name = ...
3
votes
2answers
6k views

Freeze Header Row and First Columns in a List

I have a list with a huge amount of data. I would like the header row (with the titles of the columns) and the first X columns (the number varies depending on the list view) to remain frozen while the ...
0
votes
1answer
243 views

Computed Fields in SP2010 with DisplayPattern Possibilities

There have been a few references on here about how 2010 uses XSL to render fields in list views. I had built several custom Computed fields in 2007 that used the DisplayPattern attribute. This worked ...
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. ...
2
votes
2answers
685 views

How to stop the XML being returned by a list view web part from truncating a value

I have an Announcements list. In my view I am returning the body. When displaying the body field in a list web part, the body field is being truncated and '...' is added to the end. When viewing the ...
1
vote
1answer
419 views

show items based on user/group or field value

I am not sure what the better approach is for this problem. we have number of customers that create issues on the system. They will be using Form based authentication approach. Basically, we will ...
3
votes
1answer
947 views

How to disable multiple select on lists in sharepoint 2010?

thank you for reading my question! I have a little problem with lists in Sharepoint 2010. The goal is to disable the checkboxes on the left of each item, but to keep them selectable. I know that ...
1
vote
1answer
417 views

SharePoint 2010 Web Part, not displaying list total

I have a SharePoint List and if I include a total on the view of a column, it displays correctly. However, if I use the same view and include it on a page as a web part, it doesn't display. Any ...
0
votes
0answers
91 views

Task lists across all sites in an InfoPath form [closed]

I am in need of creating an Infopath form which displays the Tasklist across all subsites for a particular user(logged in user). I just used the sharepoint list connection in infopath. It doesnt work ...
1
vote
2answers
1k views

List View customized in SharePoint Designer not correctly displayed in Web Part

I am working with SharePoint Foundation 2010. I created a Calendar list, then created a view, "Current Events". I edited "Current Events" in SharePoint Designer 2010. Some of the changes were setting ...
2
votes
1answer
721 views

How to set list item icon

We have a bunch of SharePoint 2010 lists that use the Icon column type and have a link column that points to a PDF or an online ASPX form. We'd like the icon image to appear at the end of the item's ...

1 2