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

New week after taskbar editing

Hi,

When I finish editing the taskbar on the gantt chart, the control adds new week (see the attached gif) and after a while it disappears. How can I fix this?

Best regards,
Tomasz Tomczykiewicz

Attachment: bug.gif_e625906f.zip

1 Reply

GA Gurunathan A Syncfusion Team September 6, 2019 09:41 AM UTC

Hi Tomasz, 
 
Thanks for contacting Syncfusion.  
 
We can enable or disable the automatic update of timeline on editing action by using the property updateTimescaleView in timelineSettings property. When it is disabled, timeline will not update on editing action. Please find the below code example. 
 
 
<template> 
      <ejs-gantt ref='gantt' id="GanttContainer"  
         :timelineSettings="timelineSettings" 
    //...> 
</ejs-gantt> 
    
</template> 
<script> 
//... 
export default { 
  data: function() { 
      return{ 
           //... 
             timelineSettings: { 
                updateTimescaleView: false 
             }, 
 
      }; 
  }, 
 
</script> 
 
Please find the sample from below link. 
 
Please get back to us if you require further assistance on this. 
 
Regards, 
Gurunathan  
 


Loader.
Live Chat Icon For mobile
Up arrow icon