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

Radialmenu Binding in listview WinRT

3 Answers 40 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.
Vishnujeet
Top achievements
Rank 1
Vishnujeet asked on 01 Jul 2015, 01:18 PM

I would like to use RadialMenu in a List View. When selecting a ListView item of a ListView, I would like to show this RadialMenu. 

I also would like to bind the commands of RadialMenu to the commands of the Page.

How it is possible to show the Radial Menu as a standalone for each of ListViewItem.

Issue is, when the RadialMenu is in each of ListViewItem template, multiple RadialMenu items are appearing. 

My requirement is to show a single Radial Menu on tapping ListViewItem, on each ListViewItem.

 

3 Answers, 1 is accepted

Sort by
0
Rosy Topchiyska
Telerik team
answered on 06 Jul 2015, 11:16 AM
Hi Vishnujeet,

Thank you for contacting us.

You can use the RadRadialMenu as a context menu for the items of the ListView. Here are several articles from our documentation that could help you: I have also attached a sample that could help you. It demonstrates how to bind the menu command to a static resource or to a view model (that should also be static).

I hope this helps.

Regards,
Rosy Topchiyska
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Kumar
Top achievements
Rank 1
answered on 09 Jul 2015, 07:25 AM

Thanks Rosy.

I tried to implement in the same fashion, but encountered below issues.

1. How to close the RadialMenu on tapping any command using the approach suggested.

2. How to make the RadialMenu Open when tapping on List Item. If IsOpen=true is used, it is opening only for the first time, when I tap another ListItem the Menu is shown with Closed.

0
Tsvyatko
Telerik team
answered on 14 Jul 2015, 11:33 AM
Hello Kumar,

I have prepared sample project demonstrating how to close the menu after a command i executed as well as how to open menu when it is attached to new element (using custom trigger behavior). Please have a look at the example and let us know if this helps.

Regards,
Tsvyatko
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
RadialMenu
Asked by
Vishnujeet
Top achievements
Rank 1
Answers by
Rosy Topchiyska
Telerik team
Kumar
Top achievements
Rank 1
Tsvyatko
Telerik team
Share this question
or