a highly customizable web part for displaying SharePoint data

learn more… | top users | synonyms (1)

0
votes
2answers
448 views

DVWP xsl formatting help needed

Need a hand formatting some XSL. Taking a look at an example that Marc Anderson put together for a jquery accordion, I need to tweak the output. I've been playing with this for quite a while and ...
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 ...
0
votes
1answer
208 views

How to disable sorting but allow filtering on DVWP

I want to disable sorting but allow filtering on DVWP. I have struggled much for it but not able to get rid of it. If I pass 0 in sortable then it takes away both filter and sorting from context ...
0
votes
1answer
77 views

Moving WPProperties into different categories in custom WebPart

I'm working on a web part that thematically makes sense to have the XSL Link property in a custom category I created Visual Settings that provides new WPProperties for things like the CSS page and ...
0
votes
1answer
259 views

“The server returned a non-specific error” when Grouping in a DataView

I am getting a "The server returned a non-specific error" with a DataView in SPD with SP2010. The DataView is working fine up to that, i.e. I have added and removed cols, Filtered and Sorted and added ...
0
votes
1answer
1k views

dynamic CAML query in DataView web part

I need to generate a dynamic CAML query for DataView web part. My requirement is similar to what is mentioned at: http://stackoverflow.com/questions/1985560/sharepoint-dynamic-caml-query-problem . ...
0
votes
1answer
573 views

Merge two lists into Linked Data Source. LinkTitle not working?

Using SharePoint Designer 2010 I created a Linked Data Source that merges two lists. Then I inserted a Data View and select the linked data source I created. The problem is that I want the Title to be ...
0
votes
2answers
2k views

How do I resolve the “Unable to display this web part” error?

Our Sharepoint Portal Server 2003 home page has three data view web parts that display different lists. Starting Saturday, all three web parts starting returning this error: Unable to display ...
0
votes
1answer
285 views

How to implement a cascading lookup on a dataview new form connected to an external database

I have a requirement to develop a new entry form for a database that drives a reporting services report. I set up SSO and created a new item dataview webpart with a table on the database as the ...
0
votes
1answer
105 views

Can I make calendar items link to data view page?

We currently upgraded from 2007 to 2010 and I'm having problems with the calendar. In 2007 I was able to change that the calendar items would link to a custom data view I created. Here is our 2007 ...
0
votes
1answer
269 views

How to develop the data source webpart in VS 2010?

I want to develop the content datasource webpart, which should fetch the data from SPLists and provide it to other requesting webparts. how to build this content datasource web part ? What i need ...
0
votes
1answer
113 views

Strange issue with DVWP in sharepoint 2007

I have created a DVWP using sharepoint designer 2007, it renders fine. However, it throws "unable to display the webpart, troubleshoot with sharepoint designer" when I check-out and save the page ...
0
votes
1answer
300 views

Dataview XSLT issues creating variables

I've got 2 fields in my list defined as numbers, @TotalSeats with a current value of 10 and @FilledSeats with a current value of 0. I'm trying to use some XSL Variables to handle some display logic ...
0
votes
1answer
65 views

Order dataviews on different columns and paging with Sharepoint 2007

Is it possible to order a paged dataview on different columns (using a query string parameter)? Sharepoint 2007.
0
votes
1answer
372 views

Complex DVWP Display of Multiple Lists

I've been asked to recreate an html table of links as SharePoint List data. It's a long list, with sometimes overlapping column data, and sometimes missing column data. The final result is a complex ...
0
votes
1answer
209 views

configuring a webpart manually

does anyone know how to configure this webspart to pull data from my "test" sharepoint list? http://wicklunddataformwp.codeplex.com/ I deployed the webpart mannually but compiling the class file and ...
0
votes
1answer
170 views

Is there any way to prevent a data view web part from querying data when the page first loads?

I've got a DVWP that displays data from a rather hefty SQL query. I have two controls on the page that allow the user to modify the selection. What I would like is for the DVWP to not query until ...
0
votes
1answer
296 views

Summary footer for adhoc grouping in DVWP?

So here's the scenario: I've got a DVWP that contains one column that I would like to sum. I'm using a standard layout so that users can use the "Sort" and "Group By" toolbar. When the user chooses ...
0
votes
1answer
169 views

How do I get sorting to work in the DVWP when using custom SQL query to linked server?

WSS 3.0 I have a non-SQL database linked to a SQL database. I've created a datasource in SPD using a custom query to this database. select * from LINKEDDB...sometable I then created a data view ...
0
votes
1answer
792 views

Why is paging not working in the Data View Web Part?

I am unable to make paging work in the Data View Web Part on SharePoint 2010. I selected a paging option in the SharePoint Designer ribbon, but it does nothing. Limiting the number of items, in the ...
0
votes
2answers
1k views

Using jQuery variable in DVWP

I am running SharePoint Foundation on Windows Server on a hosted site. I am able to retrieve a value with jQuery from the User Information List. Using Sharepoint Designer 2010, I have added a DVWP ...
0
votes
3answers
4k views

Sharepoint Dataview and Attachments

I'm in a dataview (in Sharepoint Designer). I'm trying to display a link to an attachment of an Item from a custom list. I use that code : <xsl:element ...
0
votes
1answer
455 views

Sorting a data view webpart SharePoint 2007

I am pulling an RSS feed from a blog. I want to be able to list Archives by just listing the titles except I want to sort so that it doesn't display the last published item. Is there a way to exclude ...
0
votes
1answer
15 views

What would cause invisible People/Groups and Multiple Lines of Text fields?

Since upgrading to SharePoint 2010, I've seen several instances where certain fields in DVWPs do not appear. They seem to function just fine - but users think the field is actually missing from the ...
0
votes
1answer
22 views

XSLT filter for Yes/No Column/Field in SharePoint Custom List for SharePoint Designer DataView WebPart

I'm trying this with no luck: [@ActiveStatus='Yes'] also tried 1, '1', 'True' .. get no rows back.. If I remove the filter I get back all rows. full line in code view looks like this: ...
0
votes
1answer
20 views

Custom Application or Web Parts? No idea how to do either

In my team, I've been tasked into automating some of the things we do. I have been playing around with Sharepoint (I don't have full overall Sharepoint-admin privileges though, although I do own the ...
0
votes
1answer
37 views

Office 365/SharePoint Online development guidance, Client OM?

Has anyone found any guidance on developing for Office 365/SharePoint Online based on the SharePoint 2013 product line? We have been tasked with upgrading a webpart that was developed for SP on ...
0
votes
2answers
35 views

How do I dynamically insert a web part onto a page using Sharepoint Designer 2010?

I have a requirement to create a DVWP which queries a list of items: 1.1, 1.2, 1.3 etc. I have a webpart that takes an input (i.e. "1.1") and does some cool stuff with it. What I would like to do is ...
0
votes
0answers
20 views

Sharepoint Dataview webpart

Please Guide me how to achieve Multiple filter(Multiple textbox control) dataview web part in sharepoint 2010. It is possible to do in OOTB? Regards Dillibabu.B
0
votes
0answers
19 views

Expand one item & collapse another in data view

I'm working with a data view in sharepoint designer, and I have the list grouped on the title field and collapsed by default - expandable with a click. This works great. Because there are a lot of ...
0
votes
0answers
27 views

Respecting order of OrderedList in DataFormWebPart (SharePoint 2010)

I have a links list that allows the user to customize the order of the items, using OOTB functionality (using the "Change Item Order" ribbon item.) However, when I display the links list in a Data ...
0
votes
0answers
11 views

is a different database connection required for every Data Filter Web Form?

I'm basically setting up a new .aspx page which includes some data form web parts (DFWP). Those web parts are connected to one SQL Server database backend and each one shows data from a different ...
0
votes
0answers
92 views

Can't edit Data View Web Part at Home.aspx

I can't edit DVWP at Home.aspx or insert any data view but I can do it for an empty aspx page. Why is it happening?
0
votes
0answers
23 views

Adding a bundle of scripts to Sharepoint webpart by defining specific folder

I have like fifty of these: <SharePoint:ScriptLink ID="ScriptJquery" runat="server" Name="/_Layouts/ApplicationManagement/Lib/jquery-1.7.1.min.js" /> Is there a way to define a folder and it ...
0
votes
0answers
118 views

jQuery and NAPA a good option for Customizing List and View Forms in SharePoint Online 2013?

I’ve been playing with SharePoint Online 365 (2013) and NAPA for a few days now. Deployed a simple AppPart.. great potential in this. We have a big SP 2007 Farm with about 200 Site Collections. About ...
0
votes
0answers
114 views

SPO 2013 and VS 2012 deployment questions

I created a new SPO Office 365 Developer account, created a developer site, installed NAPA, built and deployed a new sp app all online... seemed to work fine. I was able to then open it with VS 2012 ...
0
votes
1answer
214 views

Issue using ddwrt:FormatDateTime in xsl variable

I have a data view and am trying to filter using 2 date filter web parts. I'm assigning the date filter values to parameters ($StartDateFilter and $EndDateFilter). I'm struggling with the filter data ...
0
votes
0answers
114 views

Filtering on columns not working when using parameters - SPD 2007

I have a DVWP. I can't make the filtering on column work properly (the option for sort and filtering on column is selected). Under the Common Data View Tasks I have 2 Filter criteria. One criteria ...
0
votes
1answer
49 views

Filtering datas

I want to filter datas. I have a data view with 3 column (name,department,foreign languages)by a SOAP Connection but I can't make any filtering for foreign languages. I have a html form web part ...
0
votes
1answer
96 views

How to filter datview to show data from last year and current year in SharePoint

I have a dataview web part displaying data from a list which I've designed using SharePoint designer. How do I filter it so that I show data from last year as well as the current year? Note: It ...
0
votes
0answers
155 views

SharePoint:AttachmentsField

could you please help , how can I set a substitute string / first 15 characters of the attachement, or string like "Attachment" for AttachementsField in DVWP within the code: <xsl:element ...
0
votes
0answers
44 views

DatviewWebpart - MultiFilter on LinkedDatasources

I have a todo list. I have created a LinkedDatasource in Sharepoint Designer. I have created an aspx page with a DataView Webpart and inserted the Data Source, then I checked the "Sort & Filter ...
0
votes
1answer
145 views

Display an External List in a DataView webpart

My scenario is as follows: I have a dataview wp which currently displays list items (from ECT). In the DataView wp I filter the data according to a parameter passed in from another wp. The current ...
0
votes
0answers
73 views

Paging disappears after changing columns in web part listview

I have a web part page open in sharepoint designer, i have added a web part using the ribbon insert option and selecting dataview and choosing my custom list. I have then When you then view the page ...
0
votes
0answers
73 views

Can't change the list view

I created a NewView for a list. When I select that view by Edit Web Part>Selected View>NewView , the view doesn't change. Why does it happen?
0
votes
0answers
119 views

Utilizing published InfoPath “Merge” fields (semi-colon delimited)

I have a "project" InfoPath form that uses a Person/Group picker. I would like to be able to relate the people chosen in that form back to the project that they were chosen in. The primary problem is ...
0
votes
0answers
54 views

Have problem to display the SOAP data connection to a our Sharepoint site

I am using the SOAP data connection and i retreive data from my Web server but when i insert the SOAP data connection in the new page zone it's give me the display as HTML Code not as Text content : ...
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
2answers
211 views

Capture filter value, within xslt, passed in from connected web part

Is it possible to get hold of the value of a filter being passed in by a connected web part? For example, if a sharepoint list filter is sending a filter value of "1" to webpart A (a dataview ...
0
votes
2answers
67 views

DVWP - Across Multiple Lists with Distinct Permissions

I'm attempting to create a DVWP that merges 4 lists that share a content type schema but have distinct permissions. The issue I am having is that if a user does not have permissions to one of the ...