New to KendoReact? Start a free 30-day trial
SchedulerViewItem
SchedulerViewItemPremium
By default, the SchedulerViewItem is responsible only for the positioning of the item inside the view.
Extending the Positioning
By default, an item is taking the entire height of the slot
it fits it. We will cover a simple use-case where we replace the default SchedulerViewItem
with a custom one — SchedulerProportionalViewItem
which positions the item proportionally to the events length.
The following example demonstrates proportional
positioning.
Change Theme
Theme
Loading ...