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

Month View bug - If no day view

1 Answer 135 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 1
Aaron asked on 05 Aug 2013, 04:54 AM
If you configure the scheduler to only support WEEK, MONTH and AGENDA view and have more than 3 items on a single day of a month, then the Month control still renders the little "3 dots button" at the bottom.  This is supposed to take the user to the DAY view, however since the day view is not enabled it does nothing.  Ideally, this would not show up if day view is disabled.

Digging deeper, the lack of a day view is not the only issue...

kendo.all.js - line 57137

It appears that the "_viewNavigateHandler" is NOT bound if the view is marked as not editable.  This seems to be a bug to me... I want a READ-ONLY view, but this view should certainly support intra-view navigation.

My temporary fix was to move lines 57168 to 57179 outside the if (that.options.editable) { check.

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 07 Aug 2013, 07:09 AM
Hello Aaron,

Indeed, the day view is required in order to show month view details. You can hide the more button via CSS:

.k-more-events {
  display: none;
}


Regarding you other issue we were able to observe it and it will be addressed for the next internal build. Meanwhile, I have updated your telerik points for bringing this to our attention.

Regards,
Rosen
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Scheduler
Asked by
Aaron
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or