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

Q3 you could have Toolbars Side-By-Side, Q1 now they break to a new line. Any way to tell it to not break? (nt)

1 Answer 31 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Fred
Top achievements
Rank 1
Fred asked on 26 Mar 2009, 08:34 PM
Q3 you could have Toolbars Side-By-Side, Q1 now they break to a new line. Any way to tell it to not break?

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 27 Mar 2009, 10:18 AM
Hello Fred,

We tried to reproduce the reported issue locally, but to no avail. Please refer to the code snippet below and attached image for details on the matter. Let us know what's different in your case.

<form id="form1" runat="server">  
    <asp:ScriptManager ID="ScriptManager1" runat="server">  
    </asp:ScriptManager> 
    <telerik:RadToolBar ID="RadToolBar1" runat="server">  
        <Items> 
            <telerik:RadToolBarButton runat="server" Text="Button 0">  
            </telerik:RadToolBarButton> 
            <telerik:RadToolBarButton runat="server" Text="Button 1">  
            </telerik:RadToolBarButton> 
        </Items> 
    </telerik:RadToolBar> 
    <telerik:RadToolBar ID="RadToolBar2" runat="server">  
        <Items> 
            <telerik:RadToolBarDropDown runat="server" Text="DropDown 0">  
            </telerik:RadToolBarDropDown> 
            <telerik:RadToolBarDropDown runat="server" Text="DropDown 1">  
            </telerik:RadToolBarDropDown> 
        </Items> 
    </telerik:RadToolBar> 
    </form> 


Regards,
Paul
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
ToolBar
Asked by
Fred
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or