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

dp.selectedRows = [ "A", "B" ];