If not why not?
Hello Rico,
I have been investigating your issue and even though there seems to be not built-in IG functionality for that I can suggest you use something like this:
<ig:XamMenuItem Header="Item 1" >
<ig:XamMenuItem.InputBindings>
<MouseBinding MouseAction="LeftClick" Command="MyCommand" />
</ig:XamMenuItem.InputBindings>
</ig:XamMenuItem>
Hope this helps.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support
Thanks so much. I'll try it.