This is a migrated thread and some comments may be shown as answers.

Multiple Events in One Day - More

1 Answer 42 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
May
Top achievements
Rank 1
May asked on 26 Sep 2018, 01:15 PM

Hi,

I have a few events on one day.   In the month view, is there a way to control how many it shows?  Also, where do I control what happens when I click the "..." to view more?   Thank you.

1 Answer, 1 is accepted

Sort by
0
Accepted
Ivan Danchev
Telerik team
answered on 01 Oct 2018, 07:47 AM
Hi May,

The number of events shown in month view depends on the height of the view cells. A couple of events are shown by default, but you can increase the cell height through CSS in order to display more events (refer to the following HowTo article):
.k-scheduler-monthview .k-scheduler-table td
{
  height: 15.5em;
}

Clicking the  "more events" (...) for a specific day navigates to that day in the day view. This allows you to view all events for that day that are otherwise not visible in the month view. This is a built-in functionality that cannot be turned on/off through configuration.

Regards,
Ivan Danchev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Scheduler
Asked by
May
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or