Let's say I had the pagelistview on which there are some links, such as animals, birds, and trees, as well as a drop down, which has some values like 'Run', 'Fly' and 'Fruit'.
The expected behavior is that when the user clicks an "animal" the dropdown shows "Run" and if the user wants to change the drop down selection, he can click on the drop down, so all the 3 items (i.e. 'Run', 'Fly', 'Fruit') are accessible.
How can this be achieved?