search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Load Resources and Events On Vertical Scroll

Asked by Alok
8 years ago.

We want to integrate the daypilot jquery scheduler and my requirement is to bind 10 resources and their corresponding events on every vertical scroll.
Please provide javascript code or any other helpful link.

Thanks

Answer posted by Dan Letecky [DayPilot]
8 years ago.

At this moment, the Scheduler doesn't support loading additional resources during scrolling. All resources need to be loaded in advance using .resources array.

However:
1. The row headers are rendered progressively so loading a large number of resources scales relatively well.
2. If your resources are organized in a tree hierarchy you can load the node children on demand - http://doc.daypilot.org/scheduler/dynamic-resource-tree-loading/

The events can be loaded on-demand (during scrolling).

See the following doc page for more details:
http://doc.daypilot.org/scheduler/dynamic-event-loading/

See also the following tutorial (it includes sample PHP project):
http://code.daypilot.org/85715/html5-scheduler-with-dynamic-event-loading

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.