a highly customizable web part for displaying SharePoint data
1
vote
1answer
507 views
What are the new datasheet features in SharePoint 2010?
What are the new features with Datasheet functionality in SharePoint 2010 as compared to 2007?
Areas of focus:
Ability to control column width, Show/Hide, freeze header row?
File operations from ...
1
vote
1answer
1k views
Solutions for Error: “The Datasheet view is attempting to retrieve data from a different domain”?
A couple users of our SP2007 site have received this error while accessing datasheet views. They are able to view/edit lists in 'standard view' without any issues and their PCs are configured with XP ...
1
vote
1answer
139 views
Sharepoint 2007 - DVWP Layout - Header Columns on Left once, Data items on right n times
I have a DVWP of a list with multiple entries. I've inserted it into my site but what I want to achieve is a look like this:
Header1 Data1 Data2 Data3
Header2 Data1 Data2 Data3
...
1
vote
1answer
1k views
Data View Web Part: edit XSL to force a carriage return in a Multi-item field
I am using multi item lookup fields in a list (eg: "Data Subjects").
I then have a web part page with a Data View Web part connected to this list.
The data within Lookup fields span the column ...
1
vote
2answers
392 views
When to (and how to) use CQWP, DVWP with sensitive documents
We have a certain need. In a SharePoint site, sensitive documents are collected as attachments to lists that contain business task data. A group needs to see what the disposition of those documents is ...
1
vote
2answers
765 views
DVWP Query with multi user field returns empty field
I have created a recursive query that contains 2 multi user fields. After much thrashing, where I would add the and had my query return no results, I found that the FieldRef needed to include ...
1
vote
1answer
538 views
How to Filter DataView WebPart (DVWP) from Query String?
I have a Web part page which has two web part.
1) Visual Web part Containing Drop Down List. Drop Down is filled with data from column of Pages Library.
2) DVWP pulls data from Pages Library.
Now ...
1
vote
1answer
277 views
__doPostBack disables my jquery code?
I am really struggling with a SharePoint page I am creating which contains a DataFormWebPart which pulls data and displays it in a table. The table has pagination controls like you would expect.
I ...
1
vote
2answers
74 views
Web part for contribute access
I have created a web part to display chart on my site's default.aspx page. Now I have a user with contribute access, when he opens this page, he can see chart but on top of the chart he can see links ...
1
vote
4answers
2k views
Customizing the DataView Webpart paging style
I have configured a dataview webpart that refers the sharepoint list and would like to have a custom paging instead the OOB paging.
The paging style should look like the below:
Home 1 2 3 4 5 End
...
1
vote
2answers
155 views
How to implement SP list with this?
I found a nice article that talks about image rotating. I want to read the pictures from picture library. how would I do that ? http://www.sohtanaka.com/web-design/automatic-image-slider-w-css-jquery/
...
1
vote
1answer
2k views
Inserting Lookup columns into Data View Web part displays as XML
I am trying to configure a Data View web part in SP Designer 2010.
I am connecting it to a list called Data Returns.
Data Returns includes a mixture of Fields, some text, some choice, some lookup.
...
1
vote
1answer
504 views
How do I use a javascript variable in the Filter Criteria for a DVWP?
I am converting some numbers using Javascript and need to filter a list using these conversions. I cannot do the conversions within SharePoint itself, so I had to use Designer and some Javascript. I ...
1
vote
1answer
409 views
sorting and paging on web part
sorting in dataviewwebpart only sorting within display items. Paging is enabled to display 10 items per page. Also, How do I put 1,2,3,4,5,6,7,8,9,10, (next, previous) for the paging?
They give you ...
1
vote
1answer
237 views
DataViewWebPart - Can We access the property bag value from the XSLT of DVWP
DataViewWebPart - Can We access the property bag value from the XSLT of DVWP?
1
vote
5answers
670 views
Problem with LCID and UK dates DVWP
I am trying to apply the UK format to a date in a data view web part using the following method:
<xsl:value-of select="ddwrt:FormatDate(string(@EventDate) ,2057 ,3)" />
However, this seems to ...
1
vote
1answer
767 views
Is it possible to pass a parameter from a form web part to a data view web part?
Is it possible to pass a value from a Form Web Part to a Data View Web Part?
The value from the Form Web Part needs to be passed to a column field in the Data View Web Part for a calculation.
The ...
1
vote
1answer
407 views
SharePoint Dropdown Vaue not updating in to Dataview webpart with SQL backend
I have a data view webpart and its source is a sql server database table(2005). I have the data view setup to be able to edit some of the fields inside the dataview. Instead of providing the user ...
1
vote
3answers
1k views
Deploy a Data View Web Part to any SharePoint site
I followed this url to create webpart that reads list from the top site.
How to use SharePoint Designer to display list data from subwebs
It worked great. I can even export the custom web parts (wp ...
1
vote
4answers
155 views
What web parts do you recommend or consider essential?
Although we internally manage to get away with the Data View Web Part for most cases, what other web parts have you come across which you may consider essential for MOSS or WSS?
Before you answer ...
1
vote
1answer
74 views
Linked Data source wont return any fields
I have created a few data connections and wish to use a dataview web part to display the information. Currently I am able to display any given table on its own.
I have a database connection table ...
1
vote
1answer
146 views
Filtering content of list from the value selected in dropdown list
I want to filter the contain of list based on the value selected in drop down list of data view webpart.
I am using javascript to get the value which is selected now how I can use the value which is ...
1
vote
1answer
239 views
Format List look-up column as text-only in data-view web part
I have a list that contains a lookup column.
Next, I created an empty .aspx page and added a dataview web part. Next, I linked the dataview web part to the previously mentioned list, which gave me ...
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 ...
1
vote
2answers
173 views
How do I create dynamic infographics in SharePoint?
I'm looking to add a dynamic infographic with the ability to update it using a SharePoint data library or list. Has anyone accomplished this (that is easy or quickly updatable). For example, I want ...
1
vote
1answer
673 views
How To Define Specific ReadItem Finder with List View in External List?
I have an external list which is using the BCS to pull data from a custom database. This database has several views which have the same column structure and several that do not. I have been adding ...
1
vote
1answer
302 views
How to get current locale so as to display correct data in data-view webpart
I am making data-view which gets data from a list (having different language columns).
My problem is I want to get the current user locale in XSLT and then display data from appropriate language ...
1
vote
1answer
274 views
Data View Web Part pointing at multiple XML feeds/internal SharePoint lists
I am trying to put together a web part with a mixture of jQuery display functionality on a DataView web part.
The idea is to have multiple sources of news feeds from both an internal SharePoint list ...
1
vote
3answers
687 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 ...
1
vote
2answers
2k views
Lists.asmx returning 401 Unauthorized
I extended the DataFormWebPart to use a SoapDataSource and get the data from the lists.asmx webservice
it works fine as long as i access data from the same webapplication but as soon as i try to get ...
1
vote
1answer
332 views
Formatting multiselect lookup in XSLT
I'm using this function to render items in a multi-select lookup field so that each one appears on a new line instead of AA;BB;CC;DD etc. This method uses the substring-before and substring-after ...
1
vote
1answer
280 views
Print attachment image in data view web part
I want include the attachment image directly in data view web part.
I used the below code snippet, it is displayed image name link, but I need to print image here.
<xsl:element ...
1
vote
2answers
150 views
Do individual items displayed in a Linked Data Source use permissions?
Currently, in my main page, I'm displaying a brief list of documents added to the site recently.
Now, not every user is allowed to see the contents of every document library, so I wonder if this rule ...
1
vote
1answer
292 views
AttachmentsField Object Causes Error
I'm trying to display download links for files attached to list items in my DVWP.
The below code was working fine until I switched to (by switching I mean, deleting and creating a new web part) ...
1
vote
1answer
401 views
send parameter to 2 webparts on the page, preferably with Ajax?
In SharePoint Server 2010, We have a List with items and their details. User profiles have an indexed field that contains items matching the list titles.
I want to display a dataview with just the ...
1
vote
3answers
2k views
DataViews and Query String Parameter
I've used a parameter in the query string to filter a dataview. The parameter is declared in "SelectParameters" tag and used in the "selectcommand" parameter as a filter in the query.
Now, is there a ...
1
vote
2answers
831 views
How to specify “all” or “don't care” in a DVWP query string parameter value
If I specify multiple parameters for a DVWP, I seem to have to always provide a value in the query string or I get nothing. For example,
[url]?filter=waldo&category=book
How would I specify ...
1
vote
1answer
275 views
Formating display for a Document/Form library
I created a SharePoint Forms Library. Every entry is saved as an XML file.
The form contains around 200 columns in the form library. The requirement is, when a user changes any column value in the ...
1
vote
2answers
274 views
Pass information from one web service to another web service in the same data-view-web-part
In Data View Web Part.
Is it possible to pass information from one web Service data source connection to another web service data source connection within the same Data Form Web Part to get ...
1
vote
3answers
919 views
How To get Email of the Current User in a Data Form WebPart
I have to pass in the email address of the current user to a web service data source (run time) of a DataForm Web Part.
My Question is:
a) How can I get Email address of a user based on login in ...
1
vote
0answers
12 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 ...
1
vote
0answers
13 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
57 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 ...
1
vote
3answers
348 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 ...
1
vote
1answer
152 views
Joined dataview list count based on filter - sharepoint 2010
I have a DataView Webpart that displays a set of list items (articles). In each item(article) being displayed, I want to show a counter of items from another list that are linked to the unique ID of ...
1
vote
0answers
116 views
Make Webpart connections to work when a dropdown value is changed
I have a simple newform.aspx which has Employee as a textbox. During onload of the page, I assign this with currentuser.
On the same page, I have a webpart created using sharepoint designer that ...
1
vote
0answers
38 views
How would I show empty group headers in the DVWP in SharePoint 2007?
I have a DVWP that I wish to model after a physical binder-based file system. I have a column named 'Title' and a column named 'Tab'. I have the view filtered by a column named 'Facility' and it is ...
1
vote
0answers
83 views
Data Source Library error: the web cannot be opened
Version of sharepoint: WSS 3.0
I opened a site, Home, in SharePoint Designer 2007. When I tried to insert the data view, it only show the greyed "+ Current Site".
When I clicked "Connect to another ...
1
vote
0answers
230 views
Dropdown menu with XML data source gives web part error
I am using SharePoint designer to build a page with a data view web part that displays the contents of a 6,000 record XML file that is structured like the example below with each "Details" element ...
1
vote
2answers
699 views
refresh DataViewWebPart in _spBodyOnLoadFunctionNames with javascript
is there a way that is not too complicated too refresh just a dataview web part on a sharepoint site when loading the page in _spBodyOnLoadFunctionNames.push using javascript?
What I've done is ...
