Dragging tasks close to DST time change

I downloaded the latest release of Gantt from the custom scripts website 8.4.0.39. When I run this on by test machine it appears fine, but not on my application. I copied the Gantt model over to my initial test environment and now ...

I have two tasks, 10-15 Mar 2020 & 10-15 Apr 2020 (We use GMT, so switching to DST on 20-Mar-2020). When I drag the end date I cannot make this a single day task, In my test machine I can get down to 1.5 days and in my application test machine it will only go down to 2 days.

I reported this last year (311320) and got a test solution. We were very close to our release date so did not have time to test and did not use it. On this basis I assumed it would have been fixed in the latest release, but it doesn't appear to be the case.

1 Reply 1 reply marked as answer

MS Monisha Sivanthilingam Syncfusion Team March 26, 2021 02:59 PM UTC

Hi Martin, 
  
Thank you for contacting Syncfusion support. 
  
We have analyzed your query, however, we were unable to replicate the issue you reported. We suspect that you may be facing this issue, because you have not mapped the timezone property in your application. Please ensure that you have mapped the property. The following code snippets demonstrate the solution. 
  
$("#GanttContainer").ejGantt({ 
             ///… 
timezone:"europe/brussels", 
           ///…. 
           }); 
  
We have prepared a sample for your reference. 
  
Please contact us if you require any further assistance. 
  
Regards, 
Monisha. 


Marked as answer
Loader.
Up arrow icon