Telerik is a leading vendor of ASP.NET AJAX, ASP.NET MVC, Silverlight, WinForms and WPF controls and components, as well as .NET Reporting, .NET ORM , .NET CMS, Code Analysis, Mocking, Team Productivity and Automated Testing Tools. Building on its expertise in interface development and Microsoft technologies, Telerik helps customers build applications with unparalleled richness, responsiveness and interactivity. Telerik products help thousands of companies to be more productive and deliver reliable applications under budget and on time.
Version Q2 2011 released 07/12/2011
select

Dock / Dock Mode

 
RadDock1
 
 
DockMode is Default. This object can be docked and undocked
 
     
 
RadDock2
 
 
DockMode is Docked. This object cannot be floating
 
     
 
RadDock3
 
 
DockMode is Floating. This object cannot be docked
 
     

  • DockMode

    The RadDock controls can  be floating or docked. Their behavior can be changed using DockMode property.

    1)DockMode ="Default" - The RadDock control can be docked or floating 

    2)DockMode ="Docked" - The RadDock control cannot be floating.The RadDock control will always be docked in a RadDockZone.

    3)DockMode ="Floating" - The RadDock control cannot be docked to a RadDockZone.The RadDock control will always be floating.

Source Code

C# VB.NET
Show code in new window Demo isolation steps
  • <%@ page language="C#" autoeventwireup="true" codefile="DefaultCS.aspx.cs" inherits="Telerik.Web.Examples.Dock.DockMode.DefaultCS" %>

    <%@ register tagprefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" %>
    <%@ register tagprefix="qsf" namespace="Telerik.QuickStart" %>
    <%@ register tagprefix="qsf" tagname="Header" src="~/Common/Header.ascx" %>
    <%@ register tagprefix="qsf" tagname="HeadTag" src="~/Common/HeadTag.ascx" %>
    <%@ register tagprefix="qsf" tagname="Footer" src="~/Common/Footer.ascx" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <qsf:headtag id="Headtag1" runat="server" />
        <!--[if lte IE 6]>
        <style type="text/css">
        .raddockzone{height:300px}
        </style>
        <![endif]-->
    </head>
    <body class="BODY">
        <form id="Form1" method="post" runat="server">
            <qsf:header id="Header1" runat="server" navigationlanguage="c#" />
            <telerik:RadScriptManager id="ScriptManager" runat="server" />
            <telerik:raddocklayout runat="server" id="RadDockLayout1">
                <table>
                    <tr>
                        <td>
                            <telerik:raddockzone runat="server" id="RadDockZone1" orientation="Vertical" minheight="300px"
                                width="200px">
                                <telerik:raddock id="RadDock1" title="RadDock1" runat="server" width="200px" dockmode="Default"
                                    text="DockMode is Default. This object can be docked and undocked ">
                                </telerik:raddock>
                                <telerik:raddock id="RadDock2" title="RadDock2" runat="server" width="200px" dockmode="Docked"
                                    text="DockMode is Docked. This object cannot be floating ">
                                </telerik:raddock>
                            </telerik:raddockzone>
                        </td>
                        <td>
                            <telerik:raddockzone runat="server" id="RadDockZone2" orientation="Vertical" minheight="300px"
                                width="200px">
                            </telerik:raddockzone>
                        </td>
                        <td style="padding-left: 70px;">
                            <telerik:raddock id="RadDock3" title="RadDock3" runat="server" width="200px" dockmode="Floating" Top="200px" Left="600px"
                                text="DockMode is Floating. This object cannot be docked ">
                            </telerik:raddock>
                        </td>
                    </tr>
                </table>
            </telerik:raddocklayout>
            <qsf:footer runat="server" id="Footer1" showcodeviewer="true" />
        </form>
    </body>
    </html>

Get more than expected!

 
 

Take your time to truly experience the power of RadControls for ASP.NET AJAX with a free 60-day trial backed up by Telerik’s unlimited dedicated support.

Download your RadControls for ASP.NET AJAX trial and jumpstart your development with the available Getting Started resources.

If you have any questions, do not hesitate to contact us at sales@telerik.com.

Copyright 2002-2024 © Telerik. All right reserved
Telerik Inc, 201 Jones Rd, Waltham, MA 02451