Unplanned
Last Updated: 16 Jun 2021 13:56 by ADMIN
Bridge24
Created on: 11 Jun 2021 20:03
Category: Gantt
Type: Bug Report
0
Gantt month view: wrong first month displayed if the last day of the month is Monday.

Hi, 

I use a Gantt chart like this one. 

<script>
  $("#gantt").kendoGantt({
  dataSource: [{
    id: 1,
    orderId: 0,
    parentId: null,
    title: "Task1",
    start: new Date("2021/6/1"),
    end: new Date("2021/6/3")
  }],
  range: {
    start: new Date("2021/05/31"),
    end: new Date("2021/12/01")
  },
  views: ["month"]
});

In the example, the Gantt chart starts on May 31, 2021.
In the first header line we see the month of May, followed by July. There is no month of June.

https://dojo.telerik.com/@lydbell/ULAPUdOV

This only happens when the last day of the month is Monday .

 

 

Attached Files:
1 comment
ADMIN
Martin
Posted on: 16 Jun 2021 13:56

Hello, Daniel,

Thank you for reporting the behavior. I have converted this thread to a bug report in our Feedback Portal. Please subscribe to the item for further information on the matter.

As a small token of gratitude, I am updating your Telerik Points.

Let me know if you have any further questions.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.