Hi,
I'm using dynamically created RadDockZones and RadDocks to represent data.
Everything is dynamically created during the Page_Init event.
Whenever a Dock is dragged to a different DockZone, I want to save its new position (DockZone) in the database.
I'm using the DockPositionChanged event for this.
However, when a Dock is dragged to another DockZone, triggering the DockPositionChanged event, the Page_Init event is fired BEFORE the DockPositionChanged event.
This means that while the new position (DockZone) of the Dock is correctly saved in the database, it's not shown until a refresh of the page.
Is there a way to deal with this without having to go throught the trouble of loading/saving the state?
Cheers,
CJ
I'm using dynamically created RadDockZones and RadDocks to represent data.
Everything is dynamically created during the Page_Init event.
Whenever a Dock is dragged to a different DockZone, I want to save its new position (DockZone) in the database.
I'm using the DockPositionChanged event for this.
However, when a Dock is dragged to another DockZone, triggering the DockPositionChanged event, the Page_Init event is fired BEFORE the DockPositionChanged event.
This means that while the new position (DockZone) of the Dock is correctly saved in the database, it's not shown until a refresh of the page.
Is there a way to deal with this without having to go throught the trouble of loading/saving the state?
Cheers,
CJ