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

Maximize & Dragging

1 Answer 88 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Simon831
Top achievements
Rank 1
Simon831 asked on 13 Jan 2010, 12:53 PM
I am looking to use Docking for the first time in a new project.

Is it possible to create a 'Maximize' button that will set the size of the window?

How easy would it be implement a system to drag & drop items between dock objects?  For example, one dock object contains files which can be dragged over to another dock object which is a Folder view.

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 18 Jan 2010, 09:00 AM
Hello Simon,

One way to achieve a "Maximize" functionality with the RadDock control is to use a custom DockCommand that will serve as the maximize icon. Then the OnClientCommand client-side event should be handled to set the width and height of the RadDock control using its client-side API.

I cannot say how easy or hard will be to implement such a system using the RadDock control, but you should explore the RadDock's functionality on our online demos and decide whether it satisfies your requirements. Here is a link to the online examples: http://demos.telerik.com/aspnet-ajax/dock/examples/default/defaultcs.aspx.

If you need file explorer control, please consider our RadFileExplorer:

You should also consider our RadWindow control:


Best wishes,
Pero
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Dock
Asked by
Simon831
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or