This is a migrated thread and some comments may be shown as answers.

currentTimeMarker false not working

1 Answer 64 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Frederic
Top achievements
Rank 1
Veteran
Iron
Frederic asked on 03 Dec 2020, 04:42 PM

Hi, we need to hide the timeMarker.

 

So we use the setting, "currentTimeMarker: false".

It works on the initial rendering, but it gets back on multiple events, like resize.

Example: (will reappear after 1000 ms by calling kendo.resize)

https://dojo.telerik.com/@foxontherock/iSEquBeT

 

 

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Aleksandar
Telerik team
answered on 07 Dec 2020, 01:17 PM

Hi Frederic,

Thank you for reporting this. I investigated further and the issue is related to a Bug, that is already in our backlog

https://github.com/telerik/kendo-ui-core/issues/3730

I have also increased the priority of the item so it moves ahead in our priority queue. As a possible workaround until the issue is resolved, you can try and hide the currentTimeMarker using CSS:

.k-current-time{
      display:none;
    }

Here is the modified example.

Regards,
Aleksandar
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/.

Mario Antonio
Top achievements
Rank 1
commented on 27 Oct 2022, 03:26 PM

Hi, has been this bug fixed? 
Martin
Telerik team
commented on 31 Oct 2022, 12:24 PM

Hi, Mario, 

The bug is not yet scheduled to be fixed. I am again increasing the priority so that it would move up in our queue.

Tags
Gantt
Asked by
Frederic
Top achievements
Rank 1
Veteran
Iron
Answers by
Aleksandar
Telerik team
Share this question
or