How to set contectmenu in silverlight 4.0
My code is :
<toolkit:ContextMenuService.ContextMenu>
<toolkit:ContextMenu>
<toolkit:MenuItem Header="Edit"/>
</toolkit:ContextMenu>
</toolkit:ContextMenuService.ContextMenu>
But i have error like this.
Attachable property contextmenu not found
You have to add following line this in xaml.
You also have to give dll following referance