Search found 64 matches

Great, where can I find this demo ?

I want to keep the red resourceId to the right :
Image

Hi, I'm using the loadOnDemand Feature : https://www.bryntum.com/docs/calendar/#Calendar/feature/LoadOnDemand I'm trying to disable the feature when user switch to other than DayView : features : { loadOnDemand : true } listeners: { activeItemChange: ({activeItem}) => { calendar.features.loadOnDeman...

Hi,
Is it possible to change display events order which have same date, same time and same duration on the day view with a custom sort ?
Exemple : I would like to sort event display by resourceId
Thanks a lot.

Temporary solution : Just use the local WeekStart (in i18n file) and remove all weekStart props :)
It work.

Hi,

Just to be shure:
The bug is on weekView too (the github issue is on AgendaView).
Do you have a release date for the 4.2.2 ?

Thanks.

It's urgent for us to start week on monday.
Is there an other way to force the weekStart ?
I tried to change it on the local translation file but it not work too.

Hi, Since the 4.1.5, the weekStartDay parameter not worked. Go to basic demo, add : weekStartDay: 1 The first week start on Monday (so it's ok), but when you switch to next week, it will start to Sunday. All next navigation week will start on Sunday. https://storage.googleapis.com/dev-sportigo/publi...
Hi, When we are in agenda view and we click on an event, the calendar auto-scroll to the top of the day. When you have a lot of event like the big dataset demo, after the click, the event will not be display because of the scroll : https://storage.googleapis.com/dev-sportigo/public/2021-05-27%2014.1...
Hi, Go on basic demo : https://www.bryntum.com/examples/calendar/basic/ Add listener event click : listeners:{ eventClick: (data) => console.log('click'), }, Open debuger and switch to iPhone X for exemple. On the first click : We have two events in the console All futur events click will not worked...