

Protected void Page_Load( object sender, EventArgs e) If (Object.Equals(_currentDockStates, null )) Store the info about the added docks in the session. For real life We will move them with script to the desired initial dock zone.

Hidden UpdatePanel, which is used to receive the new dock controls.
Dropzone tree services code#
Is it possible to activate the RadDockZone with client side code so that it "activates" when a TreeNode hovers it?ĭatatextfield = "ID" datavaluefield = "ClientID" width = "150" > I've tried to add a RadDock as a control to a TreeNode and thought that it might act is if I were dragging the RadDock and not the node, but that didn't work. But if you just drag a regular RadTreeNode the DropZone obviously don't highlight and let you position the control/node between existing RadDocks in the zone, and that's my problem that I would like to solve. I would just want to also offer the ability to list the controls in a RadTreeView and let the user select a control, drag it over a RadDockZone to add the control. The user can then move the RadDocks as he/she wishes and save the layout. Press the button and the control (RadDock with the controller inside) gets created and assigned to the selected RadDockZone. select the RadDockZone where the control should be added from a dropdownlistģ. I want to be able to drag a node and make it interact with the dropzones as if the node were a dragged RadDock.Īt the moment I have the option for the user to:Ģ. Basically what happens in sitefinitys edit mode.
