0

I have this weird problem where the Gantt timeline on its first load does not occupy the whole width.

enter image description here

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>
Rashid
  • 1,700
  • 1
  • 23
  • 56
  • The issue can´t be reproduced with the code sample you provide. What I can tell is that switching theme usualy have similar behavior. – CMartins Sep 06 '19 at 08:49
  • Do you have any custom CSS that could interfere? – GaloisGirl Sep 10 '19 at 14:06
  • this is already fix. got an issue when reloading using Empty Cache. but when loading it using redirection. the width is correct – Rashid Sep 11 '19 at 02:00

0 Answers0