Ok, last one....(for now).  I am using the client side events with the dock to dynamically show/hide the dock.  
    
The problem is that it is not remembering it's state after a postback (full). Is it not supposed to remember? Would be nice if it did.
                                | function ShowHideGanttDock(docName) | 
| { | 
| var dock = $find(docName); | 
| var isClosed = dock.get_closed(); | 
| dock.set_closed(!isClosed); | 
| } | 
The problem is that it is not remembering it's state after a postback (full). Is it not supposed to remember? Would be nice if it did.