Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Docking > Styles for RADDOCK.
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.

Not answered Styles for RADDOCK.

Feed from this thread
  • Vinay Kumar avatar

    Posted on Jul 16, 2010 (permalink)

    I have a dashboard with few widgets, i have moved the css for the widgets  to the application
    so all the images and styles are getting applied from within the application. But when the page is resize

    the styles are not getting applied properly.  How can i get the styles to work properly.
    Pls find attachemnt for the screenshot.

    Attached files

  • Pero Pero admin's avatar

    Posted on Jul 16, 2010 (permalink)

    Hi Vinay ,

    Have you by any chance specified the width of the dock or the parent docking zone in percent values? Please note that, the RadDock control is designed for fixed layout and its width and height should be specified in pixels. In case you need to use percentage values, then some problems might arise and you should use the following approaches to resolve them:


    Kind regards,
    Pero
    the Telerik team

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

  • Vinay Kumar avatar

    Posted on Jul 20, 2010 (permalink)


    When i applied the specified styles,

    .rdTitleBar EM
        {
            width: 100% !important;
        }
        .rdCommands
        {
            position: absolute !important;
            right: 7px !important;
        }

    the height of the title bar increases and the command buttons are moved down. Suggest a way to overcome this behaviour.Pls find attachment for the screenshots of the titlebars with and without the width: 100% !important; being specified.

  • Vinay Kumar avatar

    Posted on Jul 20, 2010 (permalink)

    The styles are getting applied properly in IE 7 but the issue happens when IE 8 browser is resized. Suggest a solution.

  • Petio Petkov Petio Petkov admin's avatar

    Posted on Jul 22, 2010 (permalink)

    Hi Vinay Kumar,

    Unfortunately we can't do anything more with the provided information. Please open new support thread and send us a running project or send us a live url, where we can observe the problem locally. Once we receive it we will do our best to help you find a solution.

    Kind regards,
    Petio Petkov
    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 > Styles for RADDOCK.