Tagged Questions
0
votes
2answers
774 views
Add Listview of parent site list
i want to add a page where users can view and edit a list, problem is the list is not in the site but rather in its parent site. I also want to be able to filter the list so they can only see a items ...
5
votes
1answer
342 views
Only show Sorting option not filtering opetion in contex menu of header in ListViewByQuery
I have creatd ListViewByQuery control through coding and added the control through RencerControl Event.
I am filtering the list in code. so filtered result is shown. I want to hide filter context ...
1
vote
4answers
8k views
Filter a list view using URL parameters
I would like to dynamically construct a couple of URLs for our SharePoint users to filter down a rather large list view we have. Rather than create a bunch of different custom views, I was wondering ...
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 ...