I have modified a custom list view to have 2 web parts on the page.
The first web part is a list of "regions". The second web part - the main web part - has data that's related to the regions. (when items are added to this list, a specific region is chosen)
The web parts are connected such that when a user clicks the radio button next to a regiion in the first web part, it filters the second web part by that region.
The problem is that the document search box in the header searches only the first - regions - web part. I need it to seearch the second one.
How do I do this?!
The first web part is a list of "regions". The second web part - the main web part - has data that's related to the regions. (when items are added to this list, a specific region is chosen)
The web parts are connected such that when a user clicks the radio button next to a regiion in the first web part, it filters the second web part by that region.
The problem is that the document search box in the header searches only the first - regions - web part. I need it to seearch the second one.
How do I do this?!