I'm using RadDockLayout control which has two zones (i.e. Zone1 and Zone2), each of which has RadDock with some content.
I want to be able to disable zone1 such that the RadDock in zone one cannot be dragged into or outside this zone, and RadDock in zone2 should not be dragged into zone since it's disabled.
I have tried to use Enabled property of RadDockZone but it does not seem to work.
How can disable a zone such that once data is displayed in the zone via RadDock cannot be manipulated by a user? Anybody??