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

ContextMenu in RadMenu??

4 Answers 78 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Michele
Top achievements
Rank 2
Michele asked on 16 Apr 2010, 11:53 AM
Hello,
it's possible to have a ContextMenu in the RadMenu? I wish to have the possibility to choose if open a detail as childwinow or in the current window...
Thanks

Paolo

4 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 21 Apr 2010, 07:54 AM
Hi Paolo,

I'm not  sure that I understand your requirement correctly but adding RadContextMenu to RadMenuItem is not supported.
Could you give us more details what you want to accomplish? We might be able to help.

Sincerely yours,
Hristo
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.
0
Michele
Top achievements
Rank 2
answered on 21 Apr 2010, 08:14 AM
Hello Hristo,
I've got a SL solution that has different project that're accessible through menuitem ... Right now I use a not-so-good approach of opening the projects into a new browser window (having to reload all the data of the SL application, as static collection and so on), wasting a lot of memory... I wish to have the RadMenu with the possibility to show in the second level node to open in a new window or in the current one...  something as :

Project1 | Project2

then

Project1->Option1|Option2

Project1->Option1|Option2->New Window | Current (this in a context-menu)

Thanks
Paolo
0
Accepted
Hristo
Telerik team
answered on 21 Apr 2010, 08:38 AM
Hi Paolo,

RadMenu support multi level nesting. Will this help you?
<telerik:RadMenu>
   <telerik:RadMenuItem Header="Project 1">
      <telerik:RadMenuItem Header="Option 1" />
      <telerik:RadMenuItem Header="Option 2">
         <telerik:RadMenuItem Header="New Window" />
         <telerik:RadMenuItem Header="Current" />
      </telerik:RadMenuItem>
   </telerik:RadMenuItem>
</telerik:RadMenu>


Sincerely yours,
Hristo
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.
0
Michele
Top achievements
Rank 2
answered on 21 Apr 2010, 08:41 AM
yes, I can do that!
thanks a lot!

Paolo
Tags
Menu
Asked by
Michele
Top achievements
Rank 2
Answers by
Hristo
Telerik team
Michele
Top achievements
Rank 2
Share this question
or