I have a flexgrid and i have assigned it's contextmenu:

Code:
Flexgrid.ContextMenu = ContextMenu1

ContextMenu1.Show(sender, New Point(e.x, e.y))
THe problem is when i click the COntextMenu the Menu_Click is not triggered...