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

Is there a setting to display more than one AllDay event?

5 Answers 200 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Tyler
Top achievements
Rank 1
Tyler asked on 31 Jan 2014, 02:04 AM
If i have multiple items on my calendar that have the allDayFlag set to true it only displays the last one?  Is there something I need to set to see more than one?

5 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 03 Feb 2014, 05:06 PM
Hello Tyler,

There should not be a problem to add more than one allDay events in the Kendo UI Scheduler. Please check the following demo where I was able to add a few all day events:

http://demos.telerik.com/kendo-ui/web/scheduler/index.html

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Tyler
Top achievements
Rank 1
answered on 04 Feb 2014, 08:06 PM
I'm only getting one row all the AllDay events.  When I view source I can see that there are several for each day but the "top" css setting is 0px for all of them causing some to be hidden.  If i change the display of the calendar from week to month or change the display date, it will render all of them correctly.
0
Kiril Nikolov
Telerik team
answered on 05 Feb 2014, 12:24 PM
Hi Tyler,

Would it be possible to extract a runnable sample where this issue is reproduced? As without an actual project it is really hard to tell you what is the reason for this.

Thank you in advance for your cooperation.

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
DCT Developers
Top achievements
Rank 1
answered on 23 Oct 2017, 01:52 PM

Hi Kiril/Tyler,

 

Any update on how to fix this? I'm facing the same issue with Kendo ASP.NET MVC scheduler.

 

0
Nencho
Telerik team
answered on 25 Oct 2017, 10:49 AM
Hello Shane,

Because of the reason that the thread is initiated three years ago, I would like to ask you to confirm, whether you have the AllDay field evaluated for the events data source, as demonstrated in the previously referenced online demo:

schema: {
               model: {
                   id: "taskId",
                   fields: {
                       taskId: { from: "TaskID", type: "number" },
                       title: { from: "Title", defaultValue: "No title", validation: { required: true } },
                       start: { type: "date", from: "Start" },
                       end: { type: "date", from: "End" },
                       startTimezone: { from: "StartTimezone" },
                       endTimezone: { from: "EndTimezone" },
                       description: { from: "Description" },
                       recurrenceId: { from: "RecurrenceID" },
                       recurrenceRule: { from: "RecurrenceRule" },
                       recurrenceException: { from: "RecurrenceException" },
                       ownerId: { from: "OwnerID", defaultValue: 1 },
                       isAllDay: { type: "boolean", from: "IsAllDay" }
                   }
               }
 
If this setting in is present in the Schema and the issue still persist - I would like to ask you to provide us with a runnable example, demonstrating the problem, becase we are not aware of an issue related to the multiple AllDay events.

Regards,
Nencho
Progress Telerik
Try our brand new, jQuery-free Angular 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
Tyler
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Tyler
Top achievements
Rank 1
DCT Developers
Top achievements
Rank 1
Nencho
Telerik team
Share this question
or