Hello, all.
I'm thinking about building a dashboard that uses docks and zones similar to the "My Portal" demo. I copied the code into a new project and saw some odd behavior. For some reason, when a dock is first added to the page, it doesn't look like the DockPositionChanged handler fires correctly. If I do a postback, the dock reverts to its original position. However, after that, the dock behaves as it should; meaning, I can change zones and do a postback and all the positions and zones of already-established docks remain as they should. Any suggestions on why a new dock wouldn't save its state even after changing zones?
I'm thinking about building a dashboard that uses docks and zones similar to the "My Portal" demo. I copied the code into a new project and saw some odd behavior. For some reason, when a dock is first added to the page, it doesn't look like the DockPositionChanged handler fires correctly. If I do a postback, the dock reverts to its original position. However, after that, the dock behaves as it should; meaning, I can change zones and do a postback and all the positions and zones of already-established docks remain as they should. Any suggestions on why a new dock wouldn't save its state even after changing zones?