In template view I show a number of folders which also have subfolders.
What I would like to have happen is that when someone clicks on a folder I get a fresh view with a list of the subfolders and files.
Right now what happens is:
1- It goes to the treeview
2- It opens the folder, and shows its attributes along with the contents.
Option 2 is closer to my goal, but the attributes basically mess up the clean view.
Is there any way to make it act as I mentioned above.