tags:

views:

61

answers:

1

I have used a list view that uses a grid view in WPF. I have bound the grid with data and I want to handle right click event on the items of the grid view. Can someone help me out and suggest how to do this??

+1  A: 

This question seems to provide what you need:

http://stackoverflow.com/questions/1075170/wpf-listview-right-click-problem

DavidMasters84
Thanks for the answer. It was exactly what i was looking for
Abhishek Rao