DayPilot.Scheduler.events.focus

The events.focus() method focuses the specified event using the native browser focus. The event is automatically scrolled into the scheduler viewport if not visible.

Note that the native browser focus is different from the keyboard focus.

Declaration

DayPilot.Scheduler.events.focus(e);

Parameters

You can get the event object using events.find().