#107477
ivanpeevski
Participant

Hi ceddy,

 

You can prevent the connection start by calling event.preventDefault() when the event is fired. For example:

ganttChart.addEventListener(‘connectionStart’, function(event){
event.preventDefault();
})

 

You can hide the connection points with:

.smart-task-connection-point{
display:none
}

 

Best Regards,
Ivan Peevski
Smart UI Team
https://www.htmlelements.com/