Declaration
DayPilot.Scheduler.multiselect.clear(dontRedraw);
Parameters
- dontRedraw (boolean) - true if the scheduler should not be automatically updated using multiselect.redraw()
Example
.aspx
<a href="javascript:dps.multiselect.clear()">Clear selection</a>
See Also