Gantt - Context menu on Gantt bars

Hi,

Is it possible to launch/show a context menu when you right click on one of the Gantt bars?

Regards
Jacques

Hello,
we’ve added onContextMenu event to the gantt object. You can catch it, show custom context menu and return false from the handler to prevent appearing of the default context menu.
Check the latest build, the related example is samples/04_customization/10_context_menu.html
dhtmlxgantt_130913.zip (291 KB)