The consumer tag has no wiki summary.
3
votes
1answer
398 views
Custom web part as consumer and provider for other single web part
I have a task to create a custom filter web part (CFWP) for standard List View web part (LVWP).
I decided to use a connection framework for this task and designed next concept:
LVWP is a provider ...
0
votes
0answers
237 views
Connect Date Filter Web Part to a List
I am currently trying to connect a Date Filter Web Part to a list, where the date filter will be filtering based on the list items Created feild. It connectes but the disconnects.
Below are the steps ...
4
votes
1answer
401 views
Consumer+provider web part connections: output is asked before input
I created a simple web part that has both a consumer and a provider connection. The provided output depends on the consumed input (so this is a sort of pipeline approach). I managed to implement the ...
0
votes
2answers
1k views
Using multiple filters in a filter web part
I'm working on a filter web part inherited from another developer and it's the first time I've worked on them. It currently allows for a single filter and another filter needs to be added. Initial ...