Tagged Questions
0
votes
1answer
63 views
Data View Web Part: Hide or show fields dynamically based on input
I have a list that I build and a data form web part that will allow users to add to the list. How can I make various parts of the form hide or show based on the values of other fields in the form as ...
1
vote
2answers
550 views
Constructing a link in a dataform webpart
I've setup a DataFormWebPart which aggregates tasks from subsites. The user doesn't only want to view the tasks, there should be an option to edit / open them as well. So I need a way to at least ...
0
votes
1answer
79 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 ...
1
vote
2answers
3k 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 ...
0
votes
0answers
250 views
Filter on Person with Lists.asmx and DataFormWebPart. 'This column type cannot be filtered'. (In 2010)
In SharePoint 2010 I want to display a document library view from a record-centre in another site collection and the best option seems to be Lists.asmx GetListItems and a DataFormWebPart.
I want to ...
1
vote
1answer
328 views
Deploying a DataFormWebPart
I have a page with a DataFormWebPart setup to display some data from a subweb. The page is setup ok, the webpart is working. In my solution, I need to create the subweb (that's already working ok) and ...
3
votes
2answers
562 views
Data Form Web Part doesn't show data from Linked Data Source
I have Data Form Web Part with Linked Data Source which consists of three SOAP data sources to different libraries on different sites (one parent site collection with two subsites). All was ...
0
votes
1answer
372 views
Customize a web part's Miscellaneous tab
I've got a Data Form Web Part in SharePoint 2010 Designer that I'd like to customize so users can filter it on one of the columns. In other words, they'd be able to drop the web part in, then choose ...
1
vote
1answer
2k views
Filter a Data Form Web Part in SP2010 using querystring?
I have a Data Form Web Part (DFWP) in SP2010 and need to filter one of the columns ("Department") on a value using the querystring. How do you do this?
6
votes
1answer
484 views
On default.aspx, how can I properly control the Ribbon with OOB webparts?
In a team site, I have put two DataFormWebPart (in new mode) that allow users to directly push data to two SP lists.
The two webpart are saving data as expected, but the ribbon is weird when having ...
2
votes
1answer
347 views
aggregate data source and pseudo join?
Is it possible to use the aggregatedatasource to show all "parents" and theirs "children" where at least one "children" is created by the current user ?
To be more clear, imagine the following :
...
1
vote
2answers
810 views
using SPD, in a parent dispform, can I add a new item form for its child?
Let's say we have a SP list : "Parents" and a SP list "Children". The later have a lookup field to the former.
In the dispform of the parent, I want to have :
the detail of the parent (OOB)
the ...