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

Dynamically created RadDockZone layout

1 Answer 61 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Teija
Top achievements
Rank 1
Teija asked on 06 Oct 2009, 04:51 PM
Hi

I need to be able to create a dynamic layout of RadDockZones and RadDocks.
In my attached pictures I have 2 examples of layouts I want to create where the different colors represent different DockZones.
They must be dynamic so I can load and save the layout on init. I also have to have the layout resizable to its container.
Is there a way to arrange RadDockZones to solve this problem.
I've tried many ways. For example to create a layout of tables created dynamic. Then attach a zone to each <td> using javascript. It work kind off but not really the way I want it to work.
Does anyone have an idea or example that can fix this problem?

/Mathias

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 08 Oct 2009, 12:32 PM
Hello Mathias,

You can use <asp:Table> control to achieve the desired layout. Please take a look at the attached simple project that adds three zones on Page_Init in three different cells. I think it will give you an idea how to proceed with the implementation of your project.

Sincerely yours,
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
Teija
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or