Our pure JavaScript Scheduler component


Post by lda »

Hi,

I'm using SchedulerPro with ResourceStore, EventStore, DependencyStore and AssignentStore. Each one has autoLoad, autoCommit and autoSync set to true, also each one has a different url.

I need to process the data loaded by the EventStore before SchedulerPro uses them. How can I do it?


Post by marcio »

Hi

I believe you're looking for the https://bryntum.com/products/schedulerpro/docs/api/Core/data/AjaxStore#event-afterRequest event, you'll need to add a listener to this event and then you'll have the data.

Fired before records are added to this store by the add or insert. In a tree store, also fired by appendChild and insertChild. The add or insert may be vetoed by returning false from a handler.

Best regards,
Márcio


Post Reply