a configurable view of data in a list

learn more… | top users | synonyms (1)

0
votes
2answers
765 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 ...
0
votes
1answer
303 views

Powershell An error occurred while enumerating through a collection

I have created the below powershell to loop through all my PWA sites and create a new view. The script checks if the view already exists and then it checks if the new view has been set to the default ...
0
votes
3answers
1k views

Display a List View dynamically in sharepoint custom web part

I want to have an interface where in there are few buttons and on click of every button i want to display a Custom List View. Firstly is it possible to programmatically display a list view in a ...
0
votes
0answers
62 views

Sharepoint 2010: add new items with information from listview

I have a customer account list which have some account type: Investee, Exited, Pipeline. I created listview for Investee, Exited and Pipeline. When I am in the Investee listview, and click "Add new ...
0
votes
1answer
187 views

New SPField shows in the view of my SPList but doesn't appear in any forms (edit, new)

I add a new column to a SharePoint list (the list is built on a content type) like this: SPField textfield = list.Fields.CreateNewField(SPFieldType.Text.ToString(), "new column"); ...
1
vote
1answer
283 views

Odd and Even list item color

i saw a sharepoint where its list item as a background color (blue) for odd list item number and another (white) for even numbers. I dont know where i can set this. I looked into designer and i could ...
1
vote
2answers
733 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 ...
0
votes
0answers
30 views

Making 5 x 5 table view of data [closed]

I was hired about 2 months to work with SharePoint Designer and my boss sent me a link to one of your training videos. We are currently looking into buying the DVDs, the training was great. ...
1
vote
1answer
325 views

Displaying SPChange data in visual webpart

Here is some code I've been playing with to display all items that have been changed in a web and all subwebs in a visual webpart (it grabs a heap of info and chucks it in a label): protected ...
0
votes
2answers
94 views

How do I set a site collection's list view to be inherited?

I have a added a column to my the "Documents" default list view at the site collection level for my Publishing site. How do I get this view to be available to all of the sub sites? Is this an unusual ...
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" ...
0
votes
1answer
244 views

Why are my list.view.query changes not being committed?

I'm using powershell to try to change the query for every view called either 'View Title 1' or 'View Title 2' in every list called 'News' in every subsite. The script doesn't throw any errors but the ...
1
vote
1answer
71 views

ListItem Column Level security

I have a List and default view for that list. Some of List columns contain sensitive information, that should be visible for some group (SharePoint group ) of users, others shouldn't be able to see ...
0
votes
1answer
87 views

Library views in Webpart

Is there any way to create a webpart that would display library Views as a links and the views would be 'current user' views ? Why I want to do this? The reason why is that I'm creating Library for ...
2
votes
1answer
166 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 ...
1
vote
0answers
85 views

Best way to create a list with hidden columns with Data pulling from InfoPath form

So I have been working on this for a little bit here is what I am trying to accomplish: Using OOTB SharePoint 2010 Functionality I want to create an HR Referral System. Basically an InfoPath Form ...
1
vote
1answer
695 views

Display File Extension in Doc. Library Column?

I need to display the file extensions of the files in a Document library in a column. I have done a bunch of searching and came across solutions but they don't seem to be working for me. This is ...
0
votes
1answer
427 views

How to show list as read-only, but not restrict permissions?

I have created a list. It inherits the permissions from the site settings and that's the way it should be. I want to create a SharePoint page in which I will show the list but I don't want to allow ...
1
vote
0answers
107 views

SPView.RenderAsHtml() returns an empty string for views created by hand

I'm working on a Sharepoint 2010 application and I've got a code calling RenderAsHtml() on an SPView. It worked quite fine as long as we stuck to the views created in XML, in Schema.xml file of the ...
0
votes
2answers
639 views

List Item Description not showing up when viewing item?

Ok so I have a List and it has a Description column, the one that is default and I cannot delete it. The problem is that the Description field will show up when you are creating a list item but when ...
2
votes
1answer
305 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
1answer
988 views

Create view to show all documents, child documents, and subfolders?

Is there a way in Sharepoint OOTB to show all the documents and folders in and below a folder or Document library? For example, If I have the following structure: - http://site/Document ...
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
140 views

Show “Path” field in list view export?

I have a report from a user that claims was generated by clicking the "Export to spreadsheet" button within a document library. This report contains not only All the files and folders from a level 3 ...
1
vote
1answer
518 views

Submit selected items of ListView in Request (used in Webpart)

I develop a WebPart using VS2010 for a SharePoint page. My problem: I have to submit the selected items of the ListView to the WebPart code behind. The best solution would be to do it via the Request ...
3
votes
1answer
955 views

No matter what I do I get that damnable exceed list view threshold error message. Would someone please provide a viable solution?

A separate group of IT personnel own the farm on which they are migrating from SharePoint 2007 to 2010. I have a production site that I have been building for the last two years. In particular, ...
0
votes
2answers
365 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 ...
0
votes
0answers
114 views

Creating Site Template Using ListView Web Part on AllItems page

People, I have created a site to use as a template. This site has document libraries on the AllItems.aspx page of each document library I have added 2 web parts a third party web part and a list ...
0
votes
1answer
903 views

Query String, Can I show single item from a list using a query string?

Used this to pass a value to a form, but can I use a query string for a single list item ID, provide to users and have that filter a list for me? Or do I need some CQWP that takes a parameter from a ...
1
vote
2answers
590 views

List view loses focus when additional webpart added to page

I have a list page to which I need to add an additional webpart (in this case, a more powerful filter). However, the ribbon doesn't appear because the listview does not have focus. This is easily ...
0
votes
2answers
169 views

To much padding/margin/whitespace in Summary view of Links List

I have a problem with the Summary view of a Links list. If one if the links is so long that it have to be displayed over two lines then all the links get the same height in the presentation. This ...
0
votes
1answer
83 views

A column is not appearing in GroupBy option when editing view

I have a document library created from a custom content type (which inherits from Document type). The Document Libraries are created via feature activation using CAML in the Elements and a List ...
0
votes
2answers
141 views

How to customize the header titles of the List Views web part without renaming the List?

Suppose I have a List 'Pending registrations' as shown below. Using the List View web part, it will display the following header titles such as 'Title', 'User' and 'Status'. Are there ways to rename ...
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
1answer
211 views

Private and Public Tasks in Lists?

I am trying to create a Task List which would go on a user's My Site profile. This task list will have a column where the user can select Private vs Public. If a task is Public, anyone viewing his ...
1
vote
2answers
845 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> ...
2
votes
3answers
895 views

Increase column width in a list view web part

How can I increase the column width in a list view web part?
1
vote
0answers
155 views

How to handle “grouping expanded data load complete” in a list view?

In SharePoint 2007 I run some code after a grouping is expanded by overriding the ExpGroupRenderData (the custom code contained Microsoft's original code with some added extra bits). When this code ...
2
votes
1answer
658 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 ...
2
votes
1answer
163 views

Is It Possible to Add the SharePoint List View Related Ribbon to the Application Page?

Is it possible to add the list view related ribbon to the application page? I have a list view webpart in my application page. Now I don't have any ribbon like list view web part. Is it possible to ...
0
votes
0answers
120 views

How to enable standard ribbon like data sheet view to the spgridview which is in application page?

I have one application page there i am getting task and doc list information and displaying in spgrid view.Like the sharepoint list view. Now i need to enable the some standard Sharepoint list ...
0
votes
0answers
266 views

List View Webpart with Thumbnail View

I have a Picture library and I use the default Thumbnails view. So I created a List View WebPart on the home page and the items are all messed up. Instead of showing in a nice and tidy grid, there are ...
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
251 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
0answers
170 views

How to get lookup field text column to display as an image in a view?

Wonder if anyone can help. I want to add a category choice field to a SP2010 Announcements list. The category choice is a lookup field to another list. The other list contains the categories and a ...
0
votes
0answers
68 views

Document library navresize does not work on first load

Sharepoint 2010 is running on our DEV Server. We have branded the SharePoint solution and therefore are running it as publishing site. The document library has a customised master page. In the DEV ...
0
votes
1answer
192 views

Disable modal dialog in view with group by

I'm creating a solution using SharePoint 2010 that contains a list (list1) with a lookup column (list2_column) to another list (list2). The main view for list1 is grouped by list2_column. Both lists ...
1
vote
0answers
63 views

Making a view readonly?

I have a module that deploys a site page "Archives". I want to set up this page to show the content of a list readonly, whatever permissions are granted to the connected user. I have build this ...
0
votes
2answers
467 views

CQWP or default list view webpart

I have bunch of document libraries for Sales site collection. These doc libs are by Year. These are going to be read only records. By default the list view displays everything. No filter needs to be ...

1 2 3 4 5 8