How to disable right-click browser's default menu

Hi Bruno,

While attempting to trigger the pop-up menu on a FNCGrid by right-clicking, I encountered an issue where the browser's default context menu also appears, covering the defined menu, as shown below:

Is there a way so the default browser menu can be disabled? A little demo can be found here:
44. Rightclick.zip (4.0 MB)

Thanks in advance!

A possible solution is to disable it via changing in your HTML template the BODY element:

<body oncontextmenu="return false;">

That works pretty well. Thank you for the help!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.