Premium support for our pure JavaScript UI components


Post by asd »

Hi Bryntum Team,

I was trying to upgrade from 3.1.9 scheduler to 4.1.2 was facing some issues.It would be helpful if we could connect in any possible way.

One of the issue is With version 3.1.9, I was able to add events/tasks to engine(Scheduler) store with "engine.store.eventsStore.add("EVENTS_ARRAY")", with version 4.1.2 am not able to find store.eventsStore.

Thanks,
Abhay


Post by mats »

Can you please share a bit more code so we can see your expectations. What is store in this case? Sounds like a code typo that just worked by accident and should probably read

engine.eventStore.add

Also recommended to read upgrade guides for 4.1.0 for grid + scheduler. https://bryntum.com/docs/scheduler/#guides/upgrades/4.1.0.md


Post Reply