Hi Martin,
We regret for the inconvenience caused.
We were able to reproduce the issue regarding scroller is not updating based on schedule header. So we have logged an issue report for this.
We will provide you a custom patch for this issue by March 13, 2020. You can track its status from below feedback link.
Until then you can use reRenderChart method to change the schedule header dynamically. Please find the code snippet below,
|
//……
function onClick(args) {
var ganttObj = $("#GanttContainer").data("ejGantt");
ganttObj.reRenderChart(ej.Gantt.ScheduleHeaderType.Week);
}
|
Please let us know if you require further assistance on this.
Regards,
Karthikeyan Raja