a configurable view of data in a list
2
votes
0answers
1k views
How to get the particular columns from a SharePoint list view
I am using SPQuery to fetch data (particular columns from the list based on viewID) from SharePoint list. Here is the code for fetching the data:
SPQuery sQuery = new SPQuery();
currentlistview = ...
1
vote
0answers
15 views
Create TreeView C# for Office 365
I am currently building an Outlook Addin which enables users to save E-mails directly into SharePoint Online.
but before the E-mails get saved, they Need to be prompted by a Windows which has a ...
1
vote
0answers
18 views
Display Recurring Pattern in List
In my list view of event, many of which are recurring, I want to display the recurrence pattern, not just a symbol/image to say whether it is or isn't recurring. In the item itself, Recurrence is just ...
1
vote
0answers
59 views
I have setup items on Sharepoint 2010 team site page to be grouped - need to get rid of the title before the group
How do I take the "title/header" of the column off of the page (tree format) so that just the groups show? I also need to get the line of a section just under the title to go away. It is the Column ...
1
vote
0answers
41 views
Get list of all articles in Wiki
How does one create a list of Wiki articles found in a Sharepoint Wiki, preferably categorized by the first character of the page name? Basically, I'd like an list like the one at the bottom of this ...
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 ...
1
vote
0answers
175 views
filter by group
I'm trying to set up a calendar on Sharepoint. A calendar item has a people picker to hold who the item is for. I have created groups for each project and have added people to the relevant group. I am ...
1
vote
0answers
107 views
Current User Filter and List with Folder
I have some folders on the document library with office location in it.
I created a page (list view webpart and current user filter) and used current user field property to match the folder name and ...
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
0answers
108 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 ...
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 ...
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 ...
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 ...
1
vote
0answers
371 views
Can't deploy a xslt webpart as expected
In one of my custom list schema, I have defined a custom view :
<View Type="HTML"
DisplayName="My wonderful view"
BaseViewID="2"
...
1
vote
0answers
166 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 ...
1
vote
0answers
90 views
Powerful list filtering
I need to extend the functionality of the default list (specifically for a document library) to include more powerful filtering. This includes being able type free text search and to have filters ...
1
vote
0answers
229 views
Multi-value fields — how to get totals?
I apologize if the answer to this is obvious, I'm just completely new to SharePoint and need at least a pointer in the right direction.
I have a list with a "Choice" field. I've used InfoPath to ...
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 ...
1
vote
0answers
252 views
Error when updating Sharepoint List View
I have created a standard Contacts list on my sharepoint site, and then I want to customize it's default view. I go to the ViewEdit.aspx page, select or remove any columns to display and post the ...
1
vote
0answers
61 views
How can i select many List Items while holding down Shift-key in List View
I want to all List Items to selected in between two Items that i clicked while holding down Shift-key in a List View. Is there a plug-in for this? Or script that can be added to the master page or ...
1
vote
0answers
846 views
Pagination and group by for Custom views created using list definition not working
I created a list using the list definition + list instance from VS 2010. I also created the list views for the list. When I add Group by and paging properties for custom views other than All Items ...
0
votes
0answers
21 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 ...
0
votes
0answers
21 views
Sharepoint 2013 show hyperlink with title
I have problem when I'm trying to create a list view to display hyperlink with a title having a hyperlink source url in another field in the list. I try to use SP Designer but I don't know how to put ...
0
votes
0answers
16 views
Suggestion on how to create table using two data fields.
I am trying to replace an old system that contains a simple absence list.
We decided that a simple InfoPath form and a table are enough for the requirement. But now the user is requesting this old ...
0
votes
0answers
38 views
List view group by Lookup field only grouping by string value of Lookup, ignoring ID part
I have custom lookup field of my custom list definition:
<Field Name="MyLink"...Type="Lookup" Mult="FALSE" ShowField="Title"../>
Then I have list view in SharePoint Foundation 2010, created ...
0
votes
0answers
32 views
Possible to change view setting (Show all items without folders) via url parameter?
I have a view that may or may not contain some folders within the view depending on the library. I am building a web part that displays the list items based on some url filter parameters, in this case ...
0
votes
0answers
15 views
Show unused groups in a list
I have a list that shows requests and the default view is grouped by the status's request
Is there a way of showing the status's that are not currently in use?
E.g. Status: 3. Status Name (0)
0
votes
0answers
34 views
Blog archive View full posts view in SP2013
I created a Blog in my SharePoint 2013 and played a bit with views and certain Webparts on it.
In my default posts view I see a full view on the Posts. Now my problem:
I destroyed the archive view. ...
0
votes
0answers
56 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
0answers
84 views
Grouping on “Single Line of Text” field
I have 40000 items in a document library. The threshold is set to 2,000 items at CA.
All documents can render all the items.
But if I add grouping on a column "Contract Number" (which is a ...
0
votes
0answers
36 views
Sharepoint 2007 Lists not updated in datasheet view on client machine
I am getting the following error when I try to update a list in datasheet view from a client machine "Cannot connect to server at this time. Changes to your data cannot be saved."
I have WSS 3.0 SP2 ...
0
votes
0answers
85 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, ...
0
votes
0answers
28 views
ListView in Newspaper Style
I am attempting to use a "ListViewer web part" to display items in "Newspaper like view style", where bulleted list items are not being recognized in the browser as bullets.
The list consist of a ...
0
votes
0answers
70 views
Getting error while trying to modify view for a discussion board in sharepoint 2010
Error Invalid URL Parameter.The URL provided contains an invalid Command or Value. Please check the URL again. And the redirecting url for the error is "https://hostname/_vti_bin/owssvr.dll?CS=65001."
...
0
votes
0answers
131 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
0answers
53 views
Filtering of calendar view
Any body know how to filter calendar? I tried these code
protected override void CreateChildControls()
{
base.CreateChildControls();
using (SPWeb web = ...
0
votes
0answers
27 views
All views in MOSS 2007 reset when updated infopath 2010 form is published
I have an InfoPath 2010 form that submits to MOSS 2007. The problem is that whenever I publish an updated version of the form(the product promotion does not change) ALL the views reset and delete the ...
0
votes
0answers
56 views
Display a custom column in Flat view in sharepoint discussions list
Hi in sharepoint 2013 community site discussions list I have added a custom column. I wanted to display that field in Flat view. Default Flat view in the discussions list can't be edited so I created ...
0
votes
0answers
46 views
How do i show a view on a Page in visual studio?
I have created 1 custom view for a custom sharepoint list in visual studio 2010.
I have also added 1 aspx page using a module, in the page i have a webpart zone.
I want to show the view in the page ...
0
votes
0answers
59 views
In a sandboxed solution, how can I customize the default list view for a list I'm deploying?
Here's what I tried:
Deploying a custom xslt file in a module, and putting its URL in the <XslLink> property of the view definition in schema.xml. Failed (for some reason SharePoint is looking ...
0
votes
0answers
36 views
SharePoint 2010 out of the box search functionality for a list stops working after changing the design
Steps to reproduce it:
Once a list is created (with a few items), go to the List Tools, List, Edit List (opens SharePoint Designer), double click the All Items view.
Now on List View Tools, go to ...
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
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 ...
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
0answers
121 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
268 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
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
0answers
86 views
Umlaut in view names
I created views with PowerShell and based on a XML-configuration file like this:
$list.Views.Add($viewName, $spViewFields, $strQuery, 3300, $True, $default , "HTML", $False)
All parameters are ...
0
votes
0answers
237 views
How to “link” two ListViewWebPart to look at the same RootFolder programmatically
I have a webpart which contains 2 ListView Web Part: one of them has a view that shows folder, the other one the docs.
The code I've written is this:
private ...

