Reload Section on date change

Using the ASP.NET scheduler control.

Currently reloading sections using AJAX call and scheduler.updateCollection("ajax_options", sections);
I would also like to reload sections when I change the date in the Timeline View but I was not able to find the appropriate event.

Any suggestions on how to handle this?

Thanks

Hello,
you can use onViewChange or onBeforeViewChange client-side api events
docs.dhtmlx.com/scheduler/api__s … event.html

Please check the attached sample
timelinereload_sections.zip (418 KB)

Thx Aliaksandr.

That seems to do it.