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

Scheduler view customise

1 Answer 173 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Shahinez
Top achievements
Rank 1
Shahinez asked on 07 Aug 2017, 10:07 AM

Hello, 

 

I'm trying to implement kendo ui Scheduler . 

But I realised that when I have many event in the same day I could see only two evenets and the others are collapsed on three point. And 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 let only Month and agenda View. It is possible to modify the code so when I click on the three point it redirect me to the agenda wiew 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>     

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 09 Aug 2017, 07:57 AM
Hello Shahinez,

Your inquiry has been addressed in the other thread you started. To avoid duplication, if you have other questions on the subject, we suggest asking them in that thread .

Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Scheduler
Asked by
Shahinez
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or