a highly customizable web part for displaying SharePoint data

learn more… | top users | synonyms (1)

2
votes
1answer
511 views

In a DVWP my Multilookup column is not returning IDs, only column values

I've added a DVWP to a page. The DVWP shows data from a list with a multi value lookup column. The value returned for this column is in the form: value1;value2;value3. Now I want to render this ...
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
554 views

Calendar DVWP to show only today with recurring and all day events

I got a interesting problem here. I developed a dashboard for one of our departments, they wanted a widget that shows only today's events. I have the DVWP in place, and filtering by a calculated ...
1
vote
1answer
380 views

best way to implement inline editing of a data view web part styled using custom xslt

I need some advice regarding the best way to implement inline editing of a data view web part styled using custom xslt. The data view web part gets the data from the list and would be styled as ...
2
votes
3answers
1k views

Join (Union) Two Columns in a Data View Web Part

I need to join two columns from the same list in a data view web part. Sample List: Player1 Player2 Points Jack Ben 5 Jack Tom 3 Tom 2 So the result from the ...
1
vote
0answers
15 views

Connect form web part to DVWP to allow searching

Have an .aspx page with a DVWP that is connected to a list containing 700+ records. I would like to drop a search on this page (HTML Form webpart?) to allow keyword/freeform search criteria that would ...
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: ...
1
vote
1answer
758 views

Help xsl formatting help needed

I am creating this http://demo.webdeveloperplus.com/featured-content-slider/, image rotator in where data will be pulled automatically from a custom list. Need help with markup, as current markup ...
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
1answer
947 views

Using REST for a DVWP DataSource with Office365

I'm trying to use the REST services (ListData.svc) to retrieve items from a list in a very simple test with Office365. I can't seem to get the connection to work without adding my credentials to the ...
1
vote
1answer
306 views

Using custom parameter with a form control as source in Data view Webpart

On a page, I have a dataview webpart to enter a new item in a list. It has just one text-box to enter data in a list field.On submit, the form is redirected to a custom page. I want to grab the text ...
0
votes
1answer
731 views

DVWP Wrong Group Count

I desperately need help with this...I have searched and tried everything I know. I have come across a group count error. I have created a data view web part using a linked source. The DVWP has only ...
1
vote
3answers
360 views

Use multi-select lookup field as filters in a data view web part (DVWP)

i have a list and a doc library. the list has a multi-select lookup field to the ID field in the doc library. when a user chooses multiple values in the dispform.aspx list form, i want to display the ...
3
votes
2answers
2k views

Lookup Column Values With and Without ID;# in SPD with DVWPs

I see this difference when I'm working with lists in Data View Web Parts and manipulating the values in XSL. Why do some Lookup column values look like '1;#text' and others just have the text? I've ...
0
votes
1answer
21 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 ...
2
votes
2answers
312 views

XSLT - Wrap Items According to Position

I need to render a wrapper to items. I have a list of items that i want to display them in a DVWP, and every 3 items will be in a wrapper, for example: <div> <div>item</div> ...
1
vote
1answer
972 views

Data View Web Part column header filtering

On a SharePoint 2007 environment I have a Data View Web Part that merges the contents of 2 document libraries. The "Enable sorting and filtering on column headers" is set to yes. However when I go to ...
0
votes
1answer
38 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 ...
2
votes
2answers
3k views

Data View Web Part Calculated Column Total (Sum)

I have created a data view web part (grouped based on different criteria). I added a footer and I would like to generate a total for all the columns. I was able to calculate a total for basic columns ...
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
2
votes
1answer
279 views

DataView parameter DefaultValue

Please help, what should I set to defaultvalue in DVWP filter parameter if it should be ISO8601 date format of the actual date? It only works now if I manually enter current date like ...
0
votes
3answers
661 views

displaying an attachment in a data view webpart

Guys how can I display an image attached to a list item in a data view web part. I cant find any examples of this on the net
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 ...
1
vote
1answer
510 views

How can I Filter a Joined DVWP by [Current User] in Multi-User People/Groups field?

I have a joined DVWP. List A includes a "category" lookup field among other columns. List A includes the same "category" lookup field as well as a People/Groups field with multiple selections. I'd ...
0
votes
1answer
280 views

Customized Data View Forms with Content Types

I have a list with 2 content types attached. I need to customize the new item form for both content types using SharePoint Designer customizations. The default content type works great and submits the ...
1
vote
3answers
693 views

How to create a Connectable Web Part on sharePoint

Is it possible to create a custom connectable web part that passes information to a DataView out-of-the-box SharePoint webpart? I'm not interested in creating a consumer and provider web part as I ...
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
2answers
407 views

Send Paramets from HTML form to DVWP via javascript

Good day! I have a DVWP. DVWP has parameters as query string "StartDate" and "DateEnd" and filters on datefield "Date" by parameters "StartDate" and "EndDate". Also I have form on the page with ...
2
votes
1answer
41 views

Dataview get data from same List type with same content type from different sub sites

I have a site collection with different sub sites: A (Root) B (Program Site) B (Program Site) C(Projects Site) D(Projects Site) ...
1
vote
1answer
108 views

How to disable mouseover effect on Document Library webpart

I'm trying to disable the mouseover effect on a document library webpart (or a generic SPLIstViewWebPart)... I tried by css, by JS but with no success at all... Googling I find no answer... Any ...
0
votes
1answer
221 views

Filter Data View with SOAP Query as Source

I am creating a printable company directory. I have a SOAP Service query that pulls everyone's data from the search service. The query returns all the results I want. I have enabled the "Sort & ...
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 ...
1
vote
1answer
266 views

SharePoint linked datasource

I have created a linked datasource in sharepoint designer by joining two sharepoint lists. Can anyone tell me how can I access this linked datasource programmatically? Regards, Sharmila
1
vote
2answers
244 views

Data View Webpart

I've read so many good things about Data View Webparts and would love to use one in a pagelayout I have developed. The issue is, SharePoint Designer has been locked down and I have no access to the ...
5
votes
1answer
3k views

Can I Filter a List/Data View using Contains instead of equals in SP2010?

I have a page where I am using a Text Filter to filter a long (15K) list of clients in a Business Data List web part. The filter works fine for All and for an entered name, so long as the full name is ...
6
votes
2answers
2k views

XSLT Get Current date or Today in XSLT

Help please can anyone advise how I get current date, or today method in xslt 1.o SharePoint
2
votes
2answers
83 views

Game On - DVWP in the Ribbon

I have a 2010 Enterprise Farm, and I am attempting to place a Data View Web Part in the Ribbon to display content from an external SQL database as part of a gamification initiative. Basically, I need ...
2
votes
0answers
46 views

Linked Data Source problems

I have some few questions regarding how to make Linked Data Sources work. Is there a way to have the column headers be able to sort by ascending or descending (this is not too important but is ...
0
votes
2answers
262 views

How to get elements from essential List programmatically

I have gotten two lists (like a view) from Microsoft Dynamics CRM. How can I get a elements from these two lists to the C# Sharepoint code in .cs file. The Administrator of CRM told me that this lists ...
1
vote
1answer
256 views

Force on-demand DVWP async refresh

I am writing an application that allows users to enrol in something. One web part displays a view of the event calendar and has a button on each event that the user clicks to enrol in the event. A ...
1
vote
0answers
61 views

How to get KPIs to show when KPI List is Linked to a Custom List Using Linked Data Sources in SharePoint Designer 2007?

So I've found multiple sources on how to linked data sources in the designer. I get the data sources to link up by Title -> Great! But I can't get the value of the KPI or the formatted indicator to ...
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 ...
1
vote
0answers
438 views

How to pass parameter to Dataview Webpart without refersh

I would like to pass spme parameters using QueryString asper normal to a a listview or DWP. But i don't want the page to refersh.I tried using hash which works but no idea i can pass the parameter to ...
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
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
1answer
242 views

positioning a data view web part in a body webpartzone

Guys i need to position 2 data view web part controls next to each other in a body column of a web part page. I've customised the xslt to output as an unordered list which are wrapped in div's ...
0
votes
1answer
215 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
1answer
165 views

Print Preview Web Part SharePoint 2010?

I've had a customer upgrade their SharePoint 2007 farm to 2010 about 2 months ago and have been fixing up some post upgrade issues that they didn't know how to fix. My attention has been drawn to some ...
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 ...

1 2 3 4 5