Home Unanswered Active Tags New Question

All day events not working in Calendar

Hi

In v6.0.2076.0 our All Day Events don't seem to be working, if we rollback to our previous version (v5.8) they work again. If we make an event an all day event it disappears, it's not rendered at all. I can see that they are working on your demo site, but they don't in our system.

We have the calendar within an UpdatePanel and a MasterPage, our markup for the calendar is:

<DayPilot:DayPilotCalendar ID="ucDayPilotCalendar" runat="server"
BusinessBeginsHour="8" BusinessEndsHour="20" CellsPerHour="6"
NonBusinessBackColor="Chocolate"
UseEventBoxes="Never" DurationBarVisible="False"
ShowAllDayEvents="true" DataAllDayField="IsWorkingPeriod"
HeaderLevels="2" HeaderHeight="21"
DataStartField="StartDateTime" DataEndField="EndDateTime"
DataTextField="EventName" DataValueField="Identity"
ViewType="Resources" DataColumnField="AHPIdentity"
DataTagFields="EventType, IsOverridable, IsOverridableSlot, HexDisplayColour, HasAlert, IsOutcomed, Status, ReservedById, Notes"
TimeRangeSelectedHandling="Hold"
ContextMenuSelectionID="daypilotDiaryMenu"
ContextMenuID ="daypilotContextMenu"
EventHoverHandling="Disabled"
ClientObjectName="dpc1"
EventMoveHandling="PostBack"
OnEventMove="ucDayPilotCalendar_EventMove"
HeightSpec="BusinessHoursNoScroll"
CssClassPrefix="calendar_silver_">
</DayPilot:DayPilotCalendar>

Thanks
Laura

Asked by Laura 1 year ago.
Replies
No reply yet.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java