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

Navigate to Child Items on Selection

1 Answer 36 Views
RadialMenu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Travis
Top achievements
Rank 1
Travis asked on 07 Jan 2015, 07:37 PM
RadRadialMenu in Windows 8 HTML has a Navigate method (http://www.telerik.com/help/windows-8-html/methods_t_telerik_ui_radradialmenu.html) to "Navigateto the child items of a specified menu item."

How is this accomplished in the Windows 8 XAML (Windows Universal) RadRadialMenu? I don't see any navigate methods.

Thanks

1 Answer, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 12 Jan 2015, 09:22 AM
Hello Travis,

You can check NavigateToView control command. In order to invoke the command you can use:
menu.CommandService.ExecuteDefaultCommand(CommandId.NavigateToView, context);

Where context is of type NavigateContext. 

More information regarding the RadialMenu command can be found here - http://www.telerik.com/help/windows-8-xaml/radialmenu-commands-radialmenucontrolcommands.html


Regards,
Tsvyatko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
RadialMenu
Asked by
Travis
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Share this question
or