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

ShowDate

Represents an action that displays the details for a specific date.

typescript
const action = {
  type: 'show-date',
  view: schedulerView,
  date: new Date()
};
NameTypeDefaultDescription

date

Date

Defines the new selected date.

view

SchedulerView

Defines the view in which the date displays.

Not finding the help you need?
Contact Support