The Month view is not very useful when there are many events in a day - it currently only displays 1 or 2 event titles and then the "click for more" (ellipses) button. I was hoping to override the template to show a summary of how many events exist for that day. The attached screenshot shows what I am trying to achieve using an open-source calendar component.
When I tried to override the kendoSchedulerMonthDaySlotTemplate, the events for that day covered the actual text of the template. Is there a way to at least suppress the rendering of the events themselves so I can just use my own template to display some summary data?
Thanks,
Bryan