The RadDockingZone JavaScript object exposes two functions that
allow developers to reorder the docked objects inside it:
-
zone.GetPosition(dockableObject) gets the current position of a given
dockable object at the zone;
-
zone.SetAtPosition(dockableObject, position) sets the current position
of a given dockable object at the zone;
This example demonstrates how to change the position of an object
(RadDockableObject1) in its parent docking zone. Use [Move Up] and [Move Down]
buttons to change the position of RadDockableObject1 and [Try Postback]
button to simulate a post back to the server after that the position and order
of the docked objects is the same as before the post back.