The rows.selection.add() method of adds the specified row to the selection in the JavaScript Scheduler component.
DayPilot.Scheduler.rows.selection.add(row);
row (DayPilot.Row) - the row to be added to the selection
row