Bug? onAfterContextMenu

“return false;” does not prevent context menu on data table from appearance…

Hi chris,

The event fires AFTER context menu is shown, so it can’t be used for blocking it from showing. Try using the onBeforeContextMenu event.