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

MultiWeekViewComponent

The component for rendering the Multi-Week view.

Selector

kendo-scheduler-multi-week-view

Inputs

NameTypeDefaultDescription

adaptiveSlotHeight

boolean

false

Increases the slot group (row) height when containing events up to the number of displayed events and reduces its height if there are less events for that specific slot group (row) (see example).

eventClass

(args: EventStyleArgs) => any

Defines a function that is executed for every event in the view. The function returns a value which is supported by ngClass.

eventHeight

number | "auto"

The height of the rendered events. Setting this property to 'auto' will set the height of each event automatically based on its content (see example).

When set to 'auto' it will automatically set the adaptiveSlotHeight property to true.

eventsPerDay

number | "auto"

2

The number of events to be rendered per day. Setting this property to 'auto' will display all events in the respective slot (see example).

When set to 'auto' it will automatically set the adaptiveSlotHeight property to true. If set to 0 it will be normalized internally to 1.

eventStyles

(args: EventStyleArgs) => any

Defines a function that is executed for every event in the view. The function returns a value which is supported by ngStyle.

highlightOngoingEvents

boolean | OngoingEventsSettings

Specifies the settings for the ongoing events highlight of the Scheduler.

numberOfWeeks

number

6

The number of weeks to be rendered.

selectedDateFormat

string

'{0:D} - {1:D}'

The long-date format for displaying the selected date in the Scheduler toolbar. (more information).

selectedShortDateFormat

string

'{0:d} - {1:d}'

The short-date format for displaying the selected date in the Scheduler toolbar. ([more information](slug://parsingandformatting_intl#date-formatting.

showToolbar

boolean

Specifies whether to display the toolbar of the Scheduler.

slotClass

(args: SlotClassArgs) => any

Defines a function that is executed for every slot in the view. The function returns a value which is supported by ngClass see example.

Fields

NameTypeDefaultDescription

name

string

The invariant name for this view (multiWeek).

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