reloading only scheduler

If i want to reload only my scheduler will reloading
scheduler.parse(<?php echo $ajj ;?>,“json”);
work? all the other components of my page should not be reloaded?
is there any other method?

hi,
data can be reloaded by
scheduler.load(dataUrl, “json”);
Data will be loaded with AJAX reqest and won’t affect other components on the page
docs.dhtmlx.com/doku.php?id=dhtm … duler_load

thnx