We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Gantt chart editing

Hi,

I set allowGanttChartEditing to true and I have two problems:
1.  I don't want to add/edit relations between tasks. How can I disable it?
2.  I want to move a parent task with all its children. How can I achieve this?

Best regards,
Tomasz Tomczykiewicz

3 Replies

JA Jesus Arockia Sankaran S Syncfusion Team June 6, 2019 12:30 PM UTC

Hi Tomasz, 
 
Greetings from Syncfusion support. 
 
Query 
Response 
I don't want to add/edit relations between tasks. How can I disable it? 
Using Gantt's predecessMappping, we can make the Gantt without connector lines, and if you need connector lines but want to avoid predecessor action, this can be achieved using the workaround below. 
 
Code Snippet: 
 
<style> 
        .e-connectorpoint-left, .e-connectorpoint-right{ 
                display: none !important 
        } 
</style> 
 
I want to move a parent task with all its children. How can I achieve this? 
EJ1 Gantt has no support to drag the parent taskbar, but our EJ2 Gantt has it, and further details can be found in the following documentation and online sample. 
 
 
 
Please get back to us if you need further help on this. 
 
Regards, 
Jesus Arockia Sankaran S 
 



TT Tomasz Tomczykiewicz June 11, 2019 02:39 PM UTC

Thanks, it solved my problem.

Best regards,
Tomasz Tomczykiewicz


JA Jesus Arockia Sankaran S Syncfusion Team June 12, 2019 05:39 AM UTC

Hi Tomasz, 
  
Thanks for your update. 
  
Regards, 
Jesus Arockia Sankaran S 


Loader.
Live Chat Icon For mobile
Up arrow icon