focus the first event's location automatic

Hi
do there some config,that can focus the first event’s location automatic at day view and week view?

Hi,
try this method docs.dhtmlx.com/scheduler/api__s … event.html
You can call it after data is loaded from the server docs.dhtmlx.com/scheduler/api__s … event.html

Hi
scheduler.showEvent(id) will trigger onBeforeViewChange,and i load my data at onBeforeViewChange,then,onXLE will be triggered,scheduler.showEvent(id) execute again…

You can change the old and new date values in onBeforeViewChange handler. Most probably you need to load data only when date was changed.