6 Answers, 1 is accepted
0
Hi Omm,
RadDock is a movable panel and it does not offer the requested feature by design. Please, take a look at the following live demos, which could be helpful for your scenario:
Sliding PanelBar
and
Sliding Panes/First Look.
Please, note that RadSplitter is designed to be a layout control and you should have at least one RadPane next to the RadSlidingPane.
All the best,
Rumen
the Telerik team
RadDock is a movable panel and it does not offer the requested feature by design. Please, take a look at the following live demos, which could be helpful for your scenario:
Sliding PanelBar
and
Sliding Panes/First Look.
Please, note that RadSplitter is designed to be a layout control and you should have at least one RadPane next to the RadSlidingPane.
All the best,
Rumen
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
0
omm
Top achievements
Rank 2
answered on 05 Oct 2010, 05:27 AM
yes Rumen,
these are very useful to have a sidebar like feature along with docking but is there any tips to change the dock positions from left side to right and bottom to top, etc... in javascript.
Thanks in advance
-- Omm --
these are very useful to have a sidebar like feature along with docking but is there any tips to change the dock positions from left side to right and bottom to top, etc... in javascript.
Thanks in advance
-- Omm --
0
Hello Omm,
I am not quite sure that I fully understand your requirement. If you want to move the dock to another zone, or move it to to a different position in the same zone, you should use RadDockZone's dock(objectRadDock, index) client-side method. The index is optional. Here is a live demo showing this method in action: http://demos.telerik.com/aspnet-ajax/dock/examples/clientsideapi/defaultcs.aspx.
In case you need to achieve functionality similar to the way the Visual Studio Toolbox works, you should use the examples attached to the thread. One creates docks on the server by initially dragging them from a RadTreeView control. The other one creates the docks on the client only, also by dragging them, but the initial drag comes from a predefined zone.
Best wishes,
Pero
the Telerik team
I am not quite sure that I fully understand your requirement. If you want to move the dock to another zone, or move it to to a different position in the same zone, you should use RadDockZone's dock(objectRadDock, index) client-side method. The index is optional. Here is a live demo showing this method in action: http://demos.telerik.com/aspnet-ajax/dock/examples/clientsideapi/defaultcs.aspx.
In case you need to achieve functionality similar to the way the Visual Studio Toolbox works, you should use the examples attached to the thread. One creates docks on the server by initially dragging them from a RadTreeView control. The other one creates the docks on the client only, also by dragging them, but the initial drag comes from a predefined zone.
Best wishes,
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
0
guy
Top achievements
Rank 1
answered on 07 Dec 2015, 03:30 PM
Hello,
i have another question on this topic
Telerik have a docking layout that behave like "visual studio IDE" ,
with navigation on the screen when you dragging a object (As you can see in the attached picture)
0
Hello,
We do not have such a control or feature.
Regards,
Telerik
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 Feedback Portal
and vote to affect the priority of the items
0
guy
Top achievements
Rank 1
answered on 09 Dec 2015, 12:50 PM
Ok thanks