Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolBar > RadToolBarDropDown not rendering correctly in IE9

Answered RadToolBarDropDown not rendering correctly in IE9

Feed from this thread
  • Posted on Jun 1, 2012 (permalink)

    Hi,

    I am using RadToolBar in my project.

    In IE7 and IE8 the RadToolBarDropDown is rendering correctly:



    But in IE9 it is rendering on two lines:



    I'm using the latest version of Telerik. Does anyone have a solution?

    Thanks in advance

    Reply

  • Answer Princy MVP avatar

    Posted on Jun 1, 2012 (permalink)

    Hi Paul Somberg,

    Try overriding the default CSS as follows.

    CSS:
    <style type="text/css">
        .RadToolBarDropDown .rtbText
          {
              white-space:nowrap !important;
          }
    </style>

    Hope this helps.

    Regards,
    Princy.

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolBar > RadToolBarDropDown not rendering correctly in IE9
Related resources for "RadToolBarDropDown not rendering correctly in IE9"

[   ASP.NET ToolBar Features  |  Documentation  |  Demos  |  Step-by-step Tutorial  ]