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

How cand I add RadMenu to RadWindow?

1 Answer 39 Views
Window
This is a migrated thread and some comments may be shown as answers.
Hadi Bahrbegi
Top achievements
Rank 1
Hadi Bahrbegi asked on 07 Oct 2009, 01:52 PM
I'm using AJAX 2008 Q3. How can I add RadMenu to  RadWindow? I add RadMenu as below:

<telerik:RadWindowManager ID="RadWindowManager" runat="server" >
        <Windows>
            <telerik:RadWindow ID="RadWindow" runat="server" Title="test">
               <telerik:RadMenu ID="RadMenu" runat="server" Width="100%" dir="rtl">
                    <CollapseAnimation Duration="200" Type="OutQuint" />
                    <Items>
                        <telerik:RadMenuItem runat="server" Text="File" Font-Names="Tahoma">                           
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem runat="server" Text="Setting">                          
                        </telerik:RadMenuItem>
                    </Items>
                </telerik:RadMenu>                 
            </telerik:RadWindow>
        </Windows>
    </telerik:RadWindowManager>

But RadMenu is not appaired. Why?
I want to add for all RadWindows, and whne I drag them, RadMenu be dragged with them.

Regards
Hadi Bahrbegi

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 08 Oct 2009, 04:52 AM
Hello Hadi,

We have already answered you in the other forum thread that you started. Please, do not start multiple forum threads on a same topic.


All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
Hadi Bahrbegi
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or