2
votes
2answers
275 views

2 custom list view web part on same page

I was customizing list view web parts to meet our reqs. What I did was: Instantiate ListViewWebPart in another web part Set web (reflection), webid and list id add ListViewWebPart to Controls ...
0
votes
1answer
113 views

enable ajax on listview web part added in feature upgrade

is there an option how to enable ajax functionality in listview web part type added by code? Iam facing problem where we added 2 list view web parts on the page and they behave really strange. I read ...
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
3answers
386 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
432 views

List view web part to display all item from document folder in subsites (SharePoint 2010)

How can I achieve that I can display all the documents from the document libraries from all the site collections sub sites? (Actually I only need to show the onces that where changed lately.) It ...
0
votes
0answers
219 views

Adding a SharePoint list to an Update Panel

I am trying to add a SharePoint list to an AJAX Update Panel. I am doing this by adding a ListViewWebPart to the Update Panel. My code: SPList fcsRequestList = ...
2
votes
2answers
393 views

“Add document” link missing from ListViewWebPart

I'm adding an ListViewWebPart programmatically to my custom page, so far so good, the problem is that the link "Add document" is missing(Summary Toolbar), and the simple behavior of open the edit web ...
2
votes
3answers
945 views

Pass a SharePoint list item value to a ListViewWebPart query

I'm stuck with the following Problem: The Task: I do have a custom SharePoint form which displays an entry from one of my SharePoint lists. On that Form I am using a ListViewWebPart to show the ...
0
votes
1answer
2k views

SharePoint 2010 - Unable to display Web Part, but appears correctly after browser refresh

We have a SharePoint 2010 Web Part page containing 4 XSLT List View Web Parts that utilize the same list. When the page is first visited, one of the Web Parts does not display, while the other 3 Web ...