Hi,is it possible to add multiple holders of one task from a select control in the lighbox,i need to be able to allocate one task to more than one user,kindly provide guidance
Hi,
currently gantt does not have a multiselect control. You may try to integrate one from the dhtmlxScheduler.
Both components has the same structure of the lightbox, so integrating should cause big difficulties. Probably you’ll only need to change the host variable from ‘scheduler’ to ‘gantt’
github.com/DHTMLX/scheduler/blo … iselect.js
docs.dhtmlx.com/gantt/desktop__c … ditor.html
it was helpful,thanks