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

[Bug Report] in month view

2 Answers 32 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Kareem
Top achievements
Rank 1
Kareem asked on 30 Nov 2015, 06:49 AM

In the month view of the scheduler there is a code accessing the task title without checking if it is null, line 62 in "kendo.scheduler.monthview.js".

        EVENT_TEMPLATE = kendo.template('<div title="#=title.replace(/"/g,"&\\#34;")#">' +
                    '<div class="k-event-template">#:title#</div>' +
                '</div>');

so if there is a task with a null title (why someone will enter a task without a title :) ) the entire month view will not work.

2 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 02 Dec 2015, 08:07 AM
Hello Ahmed,

In general, the SchedulerEvent title field is required. That is why the widget does not check whether it is available or not, as it always should be defined. Could you elaborate a bit more why you would need an event that does not have a title?

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Kareem
Top achievements
Rank 1
answered on 10 Dec 2015, 09:42 AM
Hello Georgi ,
No I donot need an event that does not have a title. I did this by mistake because it is not required by default then I spent lot of time debugging it.
Tags
Scheduler
Asked by
Kareem
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Kareem
Top achievements
Rank 1
Share this question
or