Hello,
I'm trying to implement kendo ui Scheduler .
But I realised that when I have many events in the same day I could see only two events and the others are collapsed on "three points".
When I click on the point it redirect me to Day view to see all the planned events.
I really want to remove the Day view and show only Month and Agenda Views.
It is possible to modify the code so when I click on the "three points" it redirect me to the Agenda view or could the Month view be resized dynamically depending on the number of the events ?
I tried to modify the CSS of the schudeler , but I didn't like the result
<style> .k-scheduler-table td, .k-scheduler-table th { height: 15.5em; } .k-scheduler-monthview .k-scheduler-table td { height: 15.5em; } .k-scheduler-timecolumn{ visibility:collapse !important; width:0 !important;} .k-more-events > span { margin-top: 0em; height: 20px;}div.k-more-events { font-size: 12px; height: 20px;}.k-scheduler-table td, .k-scheduler-table th { height: 1em; padding: .334em .5em; font-size: 100%;}</style>
Thank you in advance,
Best.
