Premium support for our pure JavaScript UI components


Post by b.wust »

Hello Bryntum Team,

I have a small question.

when Events are at the same time they are sometimes shown Overlapped in the Calendar.
When the Event Text ist at the same Level they are shown side by side, what i always want.

See attached Picture:

info1.png
info1.png (45.53 KiB) Viewed 165 times

You can reproduce this in every Calendar Example.

Is there a config i am missing to have always the side by side setting ?

Greeting, Bastian


Post by marcio »

Best regards,
Márcio


Post by b.wust »

Hi Marcio,

i tried this out in one of your Examples but nothing changed - see Picture.

info2.png
info2.png (187.47 KiB) Viewed 141 times

Best regards, Bastian


Post by tasnim »

Hi,

allowOverlap is a data level thing which comes from scheduler. Please check this docs https://bryntum.com/products/calendar/docs/api/Calendar/layout/day/FluidDayLayout

This is actually how it works. Maybe you could tweak clearanceMinutes until you like the effect better https://bryntum.com/products/calendar/docs/api/Calendar/layout/day/FluidDayLayout#config-clearanceMinutes

You need to configure that in here https://bryntum.com/products/calendar/docs/api/Calendar/widget/DayView#config-eventLayout (in day or week mode)


Post by b.wust »

Thanks tasnim,

This is exactly what i need !

Best regards, Bastian


Post Reply