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

Need RedMenu same as in your Telerik Site

0 Answers 40 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Rahul Gupta
Top achievements
Rank 1
Rahul Gupta asked on 15 Nov 2008, 07:12 PM
Hello ,

Please let me know the code of Menu control that is same applied in you telerik site (Left Menu) like in demo section ..

http://demos.telerik.com/aspnet/Controls/Examples/Integration/Ajax/TreeView/DefaultCS.aspx?product=treeview

like collapsable menu ...

I am using this code but like your menu works

<radM:RadMenu ID="RadMenu1" Skin="Fusion" runat="server" Height="541px" Width="185px" ClickToOpen="True" Flow="Vertical" >
 <CollapseAnimation Type="None" Duration="0"></CollapseAnimation>
 <ExpandAnimation Type="InOutElastic" Duration="0" />
            <Items>
                <radM:RadMenuItem Text="Desktop" runat="server">
                <GroupSettings ExpandDirection="Down" Flow="Vertical" Height="100" OffsetX="20" />
                    <Items>
                        <radM:RadMenuItem runat="server" Text="Recent Work Cases">
                        </radM:RadMenuItem>
                        <radM:RadMenuItem Text="Flagged Cases" runat="server">
                        </radM:RadMenuItem>
                        <radM:RadMenuItem runat="server" Text="New Leads">
                        </radM:RadMenuItem>
                        <radM:RadMenuItem runat="server" Text="Monthly Quota">
                        </radM:RadMenuItem>
                    </Items>
                </radM:RadMenuItem>
                <radM:RadMenuItem runat="server" Text="Admin">
                <GroupSettings ExpandDirection="Down" Flow="Vertical" Height="100" OffsetX="20" />
                    <Items>
                        <radM:RadMenuItem runat="server" Text="Add/Edit Vendor">
                        </radM:RadMenuItem>
                        <radM:RadMenuItem ID="RadMenuItem1" runat="server" Text="Add/Edit Vendor">
                        </radM:RadMenuItem>
                        <radM:RadMenuItem ID="RadMenuItem2" runat="server" Text="Add/Edit Vendor">
                        </radM:RadMenuItem>
                        <radM:RadMenuItem ID="RadMenuItem3" runat="server" Text="Add/Edit Vendor">
                        </radM:RadMenuItem>
                        <radM:RadMenuItem ID="RadMenuItem4" runat="server" Text="Add/Edit Vendor">
                        </radM:RadMenuItem>
                    </Items>
                </radM:RadMenuItem>
                
            </Items>
        </radM:RadMenu>

Please help.

Thanks
Rishi




No answers yet. Maybe you can help?

Tags
Menu
Asked by
Rahul Gupta
Top achievements
Rank 1
Share this question
or