DayPilot.Scheduler.selectedRows

The selectedRows property (array) holds the IDs of selected rows. It can be used during Scheduler initialization to select the specified rows. It is also updated whenever a row selection changes.

Default Value

[]

Example

Scheduler config:

{
  selectedRows: [ "A", "B" ],
  // ...
}