I have a simple question and I can't seem to find the answer I just need a function that will allow me to either reset the selected node a TreePanel (its a TreePanel that's created in markup). When I click on the node it keeps it node selected through the rest of the application and I need it pretty much need it to be shown as unselected.

Or

Is there a option I can choose when creating the TreePanel so it will not save the selected node. Meaning when the user clicks it, it runs the code but doesn't show it's the one they choose (not highlighted)

Thanks