4 Answers, 1 is accepted
0
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.
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
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
Hi Paolo,
RadMenu support multi level nesting. Will this help you?
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.
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
thanks a lot!
Paolo