Call onchange on select in lightbox

Hi,

How Can I call onchange on the select of the lightbox?

Hi,
you can set the value of a select from outside the lightbox using this method
docs.dhtmlx.com/gantt/api__gantt … ction.html see the “setValue” method.
This should also trigger ‘onchange’ if it is attached to the select control

thanks