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

ToolbarViewSelectorComponent

A toolbar component that contains controls for switching views (see example).

To render the view-selection buttons, include this component in the toolbar template.

html
<kendo-scheduler>
 <ng-template kendoSchedulerToolbarTemplate>
   <div kendoSchedulerToolbarViewSelector responsiveBreakpoint]="960"></div>
 </ng-template>
</kendo-scheduler>

Selector

[kendoSchedulerToolbarViewSelector]

Inputs

NameTypeDefaultDescription

responsiveBreakpoint

number

1024

Sets the Toolbar width in pixels at which responsive behavior is enabled. When enabled, the ButtonGroup with the views is replaced by a select element.

toolbarWidth

number

Sets the current width of the Toolbar in pixels for responsive calculations. Use the schedulerResize event to get the Toolbar width.

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