The rows.selection.remove() method removes the specified row from the row selection in the JavaScript Scheduler component.
DayPilot.Scheduler.rows.selection.remove(row)row (DayPilot.Row) - a row to be removed from the selection
Available since 8.2.2218.
dp.rows.selection.remove(row);DayPilot.Scheduler.rows.selection.add()
DayPilot.Scheduler.rows.selection.clear()
DayPilot.Scheduler.rows.selection.get()
DayPilot.Scheduler.rows.selection.isSelected()
DayPilot.Scheduler.selectedRows
Row Selecting [doc.daypilot.org]