Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Dock > Modal RadDock

Not answered Modal RadDock

Feed from this thread
  • Posted on Dec 3, 2009 (permalink)

    Requirements

    RadControls version

    Telerik.Web.UI 2009.3.1103.0+
    .NET version

    NET 2.x/3.x
    Visual Studio version

    2005/2008
    programming language

    C#, JavaScript
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    The RadDock control does not have built-in modal functionality. This example demonstrates how to make the RadDock modal.

    When the RadDock is opened (using the dock.set_closed(false) client-side method) a new Telerik.Web.UI.ModalExtender object is created that makes the dock's HTML element modal. The ModalExtender is disabled when the dock is closed.
     

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Dock > Modal RadDock