Right now I m creating a GridPanel dynamically after selecting a node of a TreeView .

I want to use TreePanel instead of TreeView and I m using 0.8 so I can't create the GridPanel inside an Ajax method so I need to use a full postback (Please confirm this )
So how can I get the selectedNode of any Treepanel with regular postback without Ajax event?