Unplanned
Last Updated: 10 Jul 2025 15:40 by ADMIN
Ursus
Created on: 04 Jul 2025 01:43
Category: Scheduler
Type: Feature Request
0
Scheduler moreEventsClick

Please expose a moreEventsClick (or similar) event in the Angular Scheduler MonthView, triggered when users click on the "more events" indicator (three dots) that appears when a day has more events than can be displayed inline.

This feature exists in the jQuery version of the Scheduler and is extremely useful for navigating users to a more detailed view (e.g., Day or Agenda view) when event overflow occurs.

Suggested API:

(kendoMoreEventsClick)="onMoreEventsClick($event)"

Where $event includes:

{
  date: Date;
  events: SchedulerEvent[];
}

Use Case:

This allows developers to programmatically change the selectedViewIndex and selectedDate (e.g., show the Agenda or Day view for that specific date), providing a more intuitive user experience and consistent behavior across Kendo UI platforms.

Why it matters:

  • Users expect the "more events" indicator to be interactive

  • Enhances UX in event-heavy applications

  • Aligns Angular functionality with existing jQuery features

Currently the more button goes directly to the Day view, our users do not like the day view and would like to go to the Agenda view!

1 comment
ADMIN
Zornitsa
Posted on: 10 Jul 2025 15:40

Hi Ursus,

Thank you for the details provided.

In general, the Scheduler component has a navigate event (similar to the one in the Kendo UI for jQuery Scheduler), which can be utilized to customize the behavior of the "more events" button that appears in the Month view slots. Please refer to the following Knowledge Base article that explains in more detail how to achieve this:

Nevertheless, the navigate event of the Kendo UI for Angular Scheduler does not provide useful information about the current date and/or events in the corresponding slot, and we agree that it can be further enhanced to offer such additional arguments.

With the above being said, we will track the demand for the feature request here and consider enhancing the navigate event of the Scheduler in the future.

Regards,
Zornitsa
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.