search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

All day events not working in Calendar

Asked by Laura
13 years ago.

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

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.