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

No toolbar menu item shown

1 Answer 81 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Marco Crea
Top achievements
Rank 1
Marco Crea asked on 17 Aug 2010, 12:03 PM
Hi,
I'm not able to show menu item copying simple example from telerik radtoolbar. I can see only first-level menu but no dropdown menu. What missing in this code?
Thanks and regards,
Marco

<%@ Page Language="C#" CodeBehind="WebForm1.aspx.cs" AutoEventWireup="true" Inherits="Ultra.Net.Web.Forms.WebForm1" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<head id="Head1" runat="server">
</head>
<body class="BODY">
    <form runat="server" id="mainForm" method="post">
        <telerik:RadScriptManager ID="ScriptManager" runat="server" />
    
             
            <telerik:RadToolBar ID="RadToolBar1" runat="server">
                <Items>
                    <telerik:RadToolBarButton Text="Save" />
                    <telerik:RadToolBarButton Text="Load" />
                    <telerik:RadToolBarDropDown Text="Format">
                        <Buttons>
                            <telerik:RadToolBarButton Text="Bold" CheckOnClick="true" Group="FormatBold" Checked="true" />
                            <telerik:RadToolBarButton Text="Italic" CheckOnClick="true" Group="FormatItalic" />
                            <telerik:RadToolBarButton Text="Underline" CheckOnClick="true" Group="FormatUnderline" />
                        </Buttons>
                    </telerik:RadToolBarDropDown>
                    <telerik:RadToolBarSplitButton Text="Apply Color (Red)" EnableDefaultButton="false">
                        <Buttons>
                            <telerik:RadToolBarButton Text="Red" CheckOnClick="true" Group="ApplyColor" Checked="true" />
                            <telerik:RadToolBarButton Text="Blue" CheckOnClick="true" Group="ApplyColor" />
                            <telerik:RadToolBarButton Text="Yellow" CheckOnClick="true" Group="ApplyColor" />
                        </Buttons>
                    </telerik:RadToolBarSplitButton>
                </Items>
            </telerik:RadToolBar>
         
         
    </form>
</body>
</html>

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 19 Aug 2010, 02:35 PM
Hello Marco,

The provided information is not enough for us to reproduce this issue - the items are shown as expected when I tested the code. Please send us sample project or live url where we can observe the problem, Thanks

Greetings,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ToolBar
Asked by
Marco Crea
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or