Our pure JavaScript Scheduler component


Post by nsarvesh14 »

Hi Team,

https://www.bryntum.com/examples/scheduler/configuration/
Today we have 1 Day, 2 Day and 2 Day Views etc., we are able to develop our custom Presets and register with PresetManager.
However, we want to load the data from the backend every time upon selection from the dropdown value
Can this be achieved?

Attachments
Screen Shot 2020-07-07 at 5.58.24 PM.png
Screen Shot 2020-07-07 at 5.58.24 PM.png (282.34 KiB) Viewed 680 times

Post by mats »

Sure, just call this after selecting:https://bryntum.com/docs/scheduler/#Scheduler/data/CrudManager#function-load

scheduler.crudManager.load()

Post by nsarvesh14 »

Thanks


Post Reply