I have this weird problem where the Gantt timeline on its first load does not occupy the whole width.
but when I resize the window, the width is automatically fixed.
Here's my html:
<div data-ng-controller="ProjectsScheduleController">
<div class="content-container schedule-content-container " ng-class="{ 'hasProjectInfo' : projects.currentProject != null}">
<div id="schedule-container">
<div kendo-gantt k-options="ganttOptions"></div>
</div>
</div>
</div>