This is a migrated thread and some comments may be shown as answers.

Dynamic RadDocks with User Control and UpdatePanel

0 Answers 44 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Richard M
Top achievements
Rank 1
Richard M asked on 09 Feb 2011, 12:16 AM
Just wanted to share with the forum a problem that I found and fixed with dynamic RadDocks.  I created some RadDocks in the Page_Init event and use the CurrentDockStates and RadDockLayout1_SaveDockLayout methods for the Dock.Index position to work correctly after I move a RadDock to a different position.  My code was working fine but would always error after moving a RadDock to a different position.  The problem was an UpdatePanel in the UserControl within my RadDock.  After I deleted the UpdatePanel in the UserControl, everything worked fine after a repositioning.

No answers yet. Maybe you can help?

Tags
Dock
Asked by
Richard M
Top achievements
Rank 1
Share this question
or