The rows.selection.add() method adds the specified row to the row selection in the JavaScript Scheduler component.
Declaration
DayPilot.Scheduler.rows.selection.add(row)Parameters
row(DayPilot.Row) - the row to be added to the selection
Example
dp.rows.selection.add(row);See Also
DayPilot.Scheduler.rows.selection.clear()
DayPilot.Scheduler.rows.selection.get()
DayPilot.Scheduler.rows.selection.isSelected()
DayPilot.Scheduler.rows.selection.remove()
DayPilot.Scheduler.selectedRows
Row Selecting [doc.daypilot.org]
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot