The scrollToResource() method sets the Scheduler vertical scrollbar position to the specified resource.
Using resource id:
DayPilot.Scheduler.scrollToResource(id);
Using DayPilot.Row object:
DayPilot.Scheduler.scrollToResource(row);
dp.scrollToResource("1");