Our pure JavaScript Scheduler component


Post by krazibit »

Hi,
I'm wondering if there is a way to listen to store events from the model.
The EventModel class exposes the eventStore property, but it's undefined after initialisation.
At what point is this available? Thanks


Post by mats »

Models do not fire events, but theirs Stores do. You can find the available events listed here:

https://bryntum.com/docs/scheduler/#Core/data/Store#events


Post Reply