loading partial data from mysql

Hi,
I am using scheduler with units view.
Currently all the events (past and future) are being loaded when the scheduler is rendered.
While this isn’t a problem when working from the lan, when i publish the scheduler to the internet, it takes a long time for the events to show.

my questions are:

  1. is it possible to dynamically load data when the dates change (just load the data for the current view). how?

  2. Can i specify a date range to be loaded (using a sql query maybe?) this way i will just get all the events from a week ago till the last event in the future. where would this be specified?

Thank you for your help

Molahs.

Hi,
please check this article
docs.dhtmlx.com/scheduler/loadin … micloading