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

Move / Drag Multiple RadDock

1 Answer 54 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 2
Alex asked on 05 Oct 2011, 03:22 PM
I'm trying to create a graphical sort tool using the Rad Dock functionality, users want to be able to view what they're trying to move around so the dock has an id and an image object in it. I have a base when I move one dock to the "sorted" area. I'm wondering if there is a way to move multiple docks over. I've leveraged  an example (http://www.telerik.com/community/forums/aspnet-ajax/docking/moving-multiple-windows-at-once.aspx), but unfortunately I get an error for the javascript call set_State(1). I can't find something comparable through the forums or in the examples. Is there still a way to multiple docks to another zone?

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 10 Oct 2011, 12:47 PM
Hello Alex,

Currently dragging multiple RadDocks to a new RadDockZone isn't a supported scenario. Nevertheless, the custom implementation that you have found can be used after replacing every call to the methods set_State and get_State with the correct methods set_state and get_state. You can find attached a sample page, including the mentioned corrections. Please use it as a reference for your further development.

Kind regards,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Dock
Asked by
Alex
Top achievements
Rank 2
Answers by
Slav
Telerik team
Share this question
or