This is a migrated thread and some comments may be shown as answers.

RadToolBarDropDown not rendering correctly in IE9

1 Answer 42 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Paul Somberg
Top achievements
Rank 2
Paul Somberg asked on 01 Jun 2012, 08:47 AM
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

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 01 Jun 2012, 09:18 AM
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.
Tags
ToolBar
Asked by
Paul Somberg
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Share this question
or