Hi! Is there any opportunity to activate this feature in the JS-version of the scheduler?
Thanks Daniel
The zooming implementation in the ASP.NET demo (http://www.daypilot.org/demo/Scheduler/Zooming.aspx) is quite simple: It overrides the default time header cell text using BeforeTimeHeaderRender event handler (see http://doc.daypilot.org/scheduler/time-header-customization/). It inserts a link (<a>) that updates the scheduler properties.
It should be possible to do something similar in JS as well (use onBeforeTimeHeaderRender).