Page 1 of 1

Bryntum Scheduler + ext load events on Horizontal Scrolling

Posted: Mon Nov 12, 2018 7:33 am
by licenseadmin
Bryntum Scheduler + ext load events on Horizontal Scrolling (Infinite Scroll is True)

The requirement what I'm looking for is when Infinite Scroll is true and I scroll horizontally only then that particular event has to load on scrolling how can i achieve.

Kindly suggest us

Re: Bryntum Scheduler + ext load events on Horizontal Scroll

Posted: Mon Nov 12, 2018 9:27 am
by mats
Infinite scroll is not yet supported in the Bryntum Scheduler, but it's coming next year. For now, you could in theory just have a long timeline rendered, and listen to our scroll events to decide when you want to load more data into the scheduler.

Re: Bryntum Scheduler + ext load events on Horizontal Scrolling

Posted: Tue Feb 05, 2019 12:51 pm
by licenseadmin
Can you share Roadmap details on Bryntum Scheduler and any update on the above issue when is this getting released

Re: Bryntum Scheduler + ext load events on Horizontal Scrolling

Posted: Wed Feb 06, 2019 11:15 am
by mats
You're currently using the Scheduler for Ext JS, is it this roadmap you're asking about? You can easily listen to time axis change events, like 'viewchange' on the Scheduler. https://www.bryntum.com/docs/scheduler- ... viewchange

Re: Bryntum Scheduler + ext load events on Horizontal Scrolling

Posted: Wed Feb 06, 2019 11:51 am
by licenseadmin
Hey Mats, currently we are using Scheduler for Ext JS but need info on Bryntum Scheduler the other product

Re: Bryntum Scheduler + ext load events on Horizontal Scrolling

Posted: Wed Feb 06, 2019 3:51 pm
by mats
Ok infinite scroll is not on the immediate roadmap I'm afraid. Possibly something for Q12020.

Re: Bryntum Scheduler + ext load events on Horizontal Scrolling

Posted: Fri May 17, 2019 8:45 pm
by joshsylvester
Mats -

I'd like to chime in on this feature request as well - We'd really like to see something along these lines, as loading "all events" is just not practical.

From a feature perspective, if not for "infinite scrolling", then we'd like to at least be able to listen to similar events (like the 'viewchange' event mentioned above) that are should be fired, and then we can handle manually adding event data to Scheduler as a stop gap waiting for the full feature.

Is the above timeline (Q1 2020) still accurate for this Infinite Scrolling?

Re: Bryntum Scheduler + ext load events on Horizontal Scrolling

Posted: Thu Dec 26, 2019 2:27 pm
by jandresampaio
Josh,

We're using timeAxisChange. Does this help you ?