The multiselect.redraw() method refreshes the event highlighting for the current Scheduler multi-selection.
Declaration
DayPilot.Scheduler.multiselect.redraw()Parameters
This method has no parameters.
Notes
This method updates the scheduler event highlighting according to the list of selected events.
Call it after a batch of DayPilot.Scheduler.multiselect.add() and DayPilot.Scheduler.multiselect.remove() operations that postponed the UI refresh.
Example
dps.multiselect.add(e1, true);
dps.multiselect.add(e2, true);
dps.multiselect.remove(e3, true);
dps.multiselect.redraw();See Also
DayPilot.Scheduler.multiselect.add()
DayPilot.Scheduler.multiselect.remove()
Event Selecting [doc.daypilot.org]
DayPilot Scheduler Event Selecting
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot