Our pure JavaScript Scheduler component


Post by thomasb »

😀 yes funny that it is related with the headerheight which makes no sense to me. Came across just by chance.


Post by luzz »

This bug still exists. In the Scheduler when I want to let the events fill the cell I use settings
fillTicks=true
allowOverlap=false
eventLayout=stack

but then non-overlapping events are not displayed, they seem to overlay each other, for days where there are multiple non-overlapping events only one is shown, it is only if they overlap that the overlapping ones are all visible stacked underneath each other. I tried everything, but in the end I did as suggested in this post if the events are non-overlapping I make the end date 23:59:59 for all of them to force them to overlap, then they appear stacked underneath each other filling the entire cell. My settings are:


Post by mats »

@luzz: What version are you using? Can you reproduce it in our samples?


Post Reply