I am trying to add a context menu to my XamGrid, but adding the following code:
<ig:ContextMenuService.Manager> <ig:ContextMenuManager ModifierKeys="None"> <ig:ContextMenuManager.ContextMenu> <ig:XamContextMenu> <ig:XamMenuItem Header="Item 1" /> <ig:XamMenuItem Header="Item 2" /> <ig:XamMenuItem Header="Item 3" /> </ig:XamContextMenu> </ig:ContextMenuManager.ContextMenu> </ig:ContextMenuManager> </ig:ContextMenuService.Manager>
Inside the <ig:XamGrid> tag is throwing this error:
The attachable property 'Manager' was not found in type 'ContextMenuService'
I am trying to follow the samples but seems to be different on XamGrid, or I am wrong?
Hi,
Your code seems correct, I expect that it should work.
Could you let me know which version are you using and if you have applied a Service Release?
Thanks,