Search found 5 matches

Hi,
there is a built-in way to limit the number of days displayed on zoom changed?
I'd like to view only a couple of days.

Thank you
Hi Mats, thank you for your support. I resolved defining a const locale assigned to the scheduler engine. const locale = { // ... Other translations here ... PresetManager : { // Translation for the "weekAndDay" ViewPreset hourAndDay : { // Date format used by tooltips etc. displayDateForm...
I already implement the scrollToDate() function in a timer that every 30 seconds scrolls the scheduler. let timer = interval(30000); timer.subscribe(t => { this.schedulerEngine.scrollToDate( DateHelper.add(new Date(), 0, 'days'), { highlight: false, animate : { easing : 'easeFromTo', duration : 1000...
Hello,
I'm trying to fix the position of the current timeline and scrolling horizontally the scheduler every timeline refresh.
Do you have an example or a suggestion about this case?

Thanks for your support!
Hello,
I'm try to change the date and time format in your Angular 7 Scheduler example without success. How can I change it from MM/dd to dd/MM (it-IT)?
Thanks for your support!