In a StringGrid, sometimes I get the unwanted menu below when I right-click. Is this a Windows popup?

How to I prevent this popup from appearing rather than my own?
I have goAlwaysShowEditor in my Options.
I have set StringGrid.PopupMenu to my popup.
I’ve set StringGrid.OnMouseDown to show my popup if it’s a right click.
You can override the virtual
CreateEditormethod like this way (not a good solution though, I know :-):