Our pure JavaScript Scheduler component


Post by odiyaerlichster »

Hi,
We have this strange issue that these yellow lines that appear to be maybe time ranges are appearing on the scheduler sometimes.
I can't debug this because it only happens sometimes, but I attached a screenshot for reference.

image (18).png
image (18).png (88.53 KiB) Viewed 124 times

Any idea what it is and how to get rid of it?
Thanks!


Post by tasnim »

Hi,

Looks like these are timeranges. If you don't want to use timeRanges try disabling https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeRanges feature

There must be some timeranges data in the store that's showing that timeranges. If you remove the timeranges from the data. It won't show the timeranges.


Post Reply