Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Docking > Space between Docks
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Space between Docks

Feed from this thread
  • Posted on Nov 9, 2006 (permalink)

    This is hope is a simple question.  To maintain the visual layout of the page, I want to force a 25 px space at the bottom of each dock.  So that at no point (regardless of the order) will the docks bump up next to each other.  Please let me know if you have suggestions on how to accomplish this.

    thanks for your time,
    Clint..

  • Petio Petkov Petio Petkov admin's avatar

    Posted on Nov 10, 2006 (permalink)


    Hi Clint,

    In your skin file: \RadControls\Dock\Skins\Default\RadDockableObject.css, set margin-top to 25px in .RadDockableObjectFixed class. For example:

    .RadDockableObjectFixed
    {
    border-top: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #b7b7b7;
    border-bottom: solid 1px #b7b7b7;
    background-color: white;
    margin-top:25px;
    }

    I hope that this will help you.

    Regards,
    Petio Petkov
    the telerik team

  • Kishor avatar

    Posted on Apr 2, 2009 (permalink)

    This Class is not working properly.

  • Petio Petkov Petio Petkov admin's avatar

    Posted on Apr 3, 2009 (permalink)

    Hello Kishor,

    This class is for the RadDock for ASP.NET control.
    If you using the RadDock for ASP.NET AJAX control you should use RadDock css class.

    Best wishes,
    Petio Petkov
    the Telerik team

    Check out Telerik Trainer , the state of the art learning tool for Telerik products.

  • HL avatar

    Posted on Jul 8, 2010 (permalink)

    sorry, why i can't find \Skins\Default\RadDockableObject.css . The only css which I had is Skins\Default\MyCustomSkin\Dock.MyCustomSkin.css
     
    Thanks
    Helena

  • Pero Pero admin's avatar

    Posted on Jul 13, 2010 (permalink)

    Hi Helena,

    The RadDockableObject.css file contains the CSS that styles RadDock for ASP.NET Classic. To be able to find this class, you need to have installed the classic RadControls for ASP.NET. I suppose that you are using the RadDock for ASP.NET AJAX, and that's why you are able to find the CSS files that style the new control.

    Sincerely yours,
    Pero
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Docking > Space between Docks