TAdvStringGrid Position of PopUpMenu

When right mouse button is used to show a popup-menu it appears at the mouse-position. When pressing the menu-button on keyboard, it appears in the upper left corner of the control - which is not useful in the case I have here.

Is there a simple option I did not find to change this behaviour or do I need to catch an event ? Which one ? Any hints how to deal with this issue ?

Thanks, Tom

There is unfortunately not a setting for this. It is a standard Windows OS behavior that the popup menu is displayed in the top left corner of a control. This happens for any Windows control. We'll need to investigate if a workaround for this exists.