Configuring the Lightbox to be nonmodal

I am trying use the lightbox on a hover event to provide detailed information on a task item. On the hover event, the lightbox displays but is modal. Is there a way to make the lightbox nonmodal? I am removing the lightbox on a “onmouseout” event.

Hello Stephen,
There is no built-in way to change how the lightbox works. You need to implement a custom solution.

If you only want to show the detailed information when the mouse is over a task, you can use the tooltips:
https://docs.dhtmlx.com/gantt/desktop__tooltips.html

You can show any text or HTML elements inside the tooltip.

Here are examples:
https://docs.dhtmlx.com/gantt/samples/?sample='02_extensions/22_tooltip_api.html'&filter='tooltip'
https://snippet.dhtmlx.com/ivu3heyf