New to Kendo UI for AngularStart a free 30-day trial

SlotSelectableDirective

Represents a directive that manages the built-in slot selection in the Scheduler.

Add the kendoSchedulerSlotSelectable directive to a <kendo-scheduler> instance to allow users to select time slots by clicking or dragging.

The directive keeps track of the selected slot range and emits changes when the selection is updated by user interaction.

html
<kendo-scheduler kendoSchedulerSlotSelectable [(slotSelection)]="selectedSlot">
</kendo-scheduler>

Selector

[kendoSchedulerSlotSelectable]

Inputs

NameTypeDefaultDescription

slotSelection

SlotRange

Represents the currently selected slot range.

Events

NameTypeDescription

slotSelectionChange

EventEmitter<SlotRange>

Fires when the user changes the currently selected slot range.

In this article
SelectorInputsEvents
Not finding the help you need?
Contact Support