Tagged Questions
3
votes
0answers
18 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
1answer
28 views
How to link to a specific list view from a list web part's title link
When I place a list's web part on a page and set it to a specific view, upon clicking the list title of that web part I am taken to the AllItems view of the actual list. I want to be able to see the ...
1
vote
1answer
33 views
Should views be created using “Edit the Current View” in the web part menu?
I've heard (and previous experience supports) that using "Edit the current view" is a bad idea, because the "view" created using this method can be orphaned if the list/library the view is based off ...
0
votes
1answer
223 views
Summary Links Web part
Got about 60 links to add to a custom sharepoint, and I am going to use a summary link web part with an 'accordion style' like Stefan Bauer created. Adding a few are not a problem - but this is 60 ...
0
votes
1answer
582 views
Jquery + Instant Search / Filter of a list
I've seen a clip on bentedder.com where this developer got instant search (filter) to work within a webpart list view. I find this may be very useful for general 911/411 annoucements and archive if i ...
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 ...
2
votes
1answer
627 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
41 views
ListView WebPart
Is there any option to display sharepoint list which is in one domian on the sharepoint site which is on other domain? I'm not interested in solution which use iframe.
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
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
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 ...
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 ...
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
267 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
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 ...
0
votes
1answer
60 views
web part view without the selection button
I am trying get a look and feel like central admin resource list view wp. I created exactly same type list and populated. But my list view does not have bullets and when I hover over the link it gives ...
0
votes
1answer
467 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
474 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. ...
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 ...
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
1answer
656 views
want to display image url in contacts list
We are working on an iPad application with SharePoint 2010 as CMS.
On my SharePoint site we have a contacts list which the middleware is fetching using Lists.asmx and passing it to iPad.
Now what ...
4
votes
1answer
348 views
How to customize a ListView Webpart from code
I have a repository of files... I'd like to create a ListView Webpart wich receives the path in the tree and show the files in the document library... It's possible to do this by code? Is there any ...
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 ...
4
votes
2answers
672 views
Changing a view doesn't automatically reflect on page
We've got a simple view for a list. When we add/remove columns, the view doesn't automatically reflect the changes; we have to go to the publishing page, click Edit Web Part, and re-select the view in ...
1
vote
1answer
68 views
the connection between list and the list view from the web part
I’m using SharePoint 2007, Custom list.
I have created 2 difference views on my list.
on the home page I create 2 web-parts, one for each view.
I need to implement the next thing:
When I ...
0
votes
2answers
306 views
How to temporarily hide a column in a list view
To put this in context, what I need to do to complete work on a custom action is to hide a particular column from users who aren't members of a given group. Given that the custom action is implemented ...
1
vote
3answers
2k views
Missing export option for SharePoint 2010 webparts
I am trying to export a list view webpart as a .dwp file so I can have a look at the XML. However, the export option is missing. My initial thought was to try something like the following link:
...
0
votes
1answer
307 views
How do I create custom calendars beyond what is offered out of the box?
I have searched and searched for resouces on this for SharePoint 2010 and I am unable to find anything.
I want a much more robost calender and I know c#, but I don't know where to begin.
Please ...
3
votes
1answer
1k views
Select the ListView Web Part Automatically on AllItems.aspx
In SharePoint 2010, if you have more than one web part on a web part page, the ribbon disappears because SharePoint doesn't know which web part to display the ribbon for (this is by design because if ...
1
vote
1answer
1k views
Connectable web parts - consuming from OOTB list view web part
I'm trying to create a custom web part that consumes from an OOTB list view web part's "Send Row of Data To" producer. The list has a lookup field to another list, and I need that value (the ...
1
vote
1answer
2k views
Add gradient background color to list view rows with jQuery
In SharePoint 2007 using Content Types and editting NewForm.aspx with jQuery I've managed to customize the look of a new item, adding a gradient color identity for each Content Type. I want to ...
0
votes
2answers
2k views
Unknown server tag 'asp:ListView' error with Sharepoint 2010 / .Net 3.5
I'm developing a visual web part in Visual Studio 2010 for sharepoint and i have a listview control embedded.
I keep getting this error message in runtime even though I made sure it's namespaces are ...
1
vote
1answer
242 views
SharePoint Document Library Views are no longer visible
I created 5 different views in a document library and by accidently I went to the edit page of the library and deleted the default document library webpart. Now I added the same doclib webpart again ...
1
vote
3answers
2k views
How do I hyperlink columns in a List View Web Part without SharePoint Designer?
I know I can use SharePoint Designer to convert a list to a data view web part and then I can do this easily. But I wanted to know if there was a way to do this with a list view web part without the ...
4
votes
2answers
1k views
How to change sort order of axis on Chart Web Part?
I have a Chart Web Part that is connected to a SharePoint list. I modified the All Items default view of the list so that it would be sorted correctly but the Chart Web Part does not pickup on the ...
0
votes
1answer
622 views
Is SharePoint's ListViewXML syntax based on a standard?
Recently I had to change a ListView webpart and noticed the syntax that renders the HTML is not XSLT. Is this syntax documented somewhere?
Example,
<IfEqual>
<Expr1>
...

