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

Rad Dock Object

1 Answer 48 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Animesh Dey
Top achievements
Rank 2
Animesh Dey asked on 19 Apr 2010, 01:51 PM
I am using classical version of telerik controls in my project.

I am trying to do the following thing.

Scenario: 
I have dock objects. Each dock object contain a button. when the button is clicked a new window will open within that dock object. 
I attached a jpg file for proper visualization. 

I have no idea is it possible or not. 

Animesh Chandra Dey



1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 22 Apr 2010, 10:05 AM
Hello Animesh,

This scenario cannot be achieved with the classic RadDock, since the RadWindow (Classic) cannot be added to a DockableObject (i.e. the Window will not appear like it resides within the dock). You could try using a DockableObject placed within a DockingZone, and the zone itself placed in the first DockableObject, but the inner dock has to be pinned (should not be moved) because nested docks are not supported by the RadDock for ASP.NET CLASSIC.

This, however, can be easily implemented using the RadDock for ASP.NET AJAX, by placing a DockZone inside the first dock, and then dynamically creating another dock on Button.Click and placing it into the DockZone.


Greetings,
Pero
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Dock
Asked by
Animesh Dey
Top achievements
Rank 2
Answers by
Pero
Telerik team
Share this question
or