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

A toolbar component that contains controls for date navigation (see example).

To render the Previous, Today, Next, and Date picker buttons, include this component in the toolbar template.

Definition

Package:@progress/kendo-angular-scheduler

Selector:[kendoSchedulerToolbarNavigation]

Syntax:

html
<kendo-scheduler>
  <ng-template kendoSchedulerToolbarTemplate>
    <span class="custom-toolbar">
      <div kendoSchedulerToolbarNavigation></div>
    </span>
  </ng-template>
</kendo-scheduler>

Inputs

activeView

CalendarView

Sets the activeView of the Calendar in the navigation component.

Default:

'month'

bottomView

CalendarView

Sets the bottomView of the Calendar in the navigation component.

Default:

'month'

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