DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Bugs » All Day Event Delete using (x) and Movement in Week View.

All Day Event Delete using (x) and Movement in Week View.

I am stuck if i create a new All day Event, now once created an All day event it cannot be deleted.....:( When i can expect this functionality ?)
Sheraz - 9/27/2007 7:09:04 AM
At this moment, you can delete an all-day event using a context menu.

Moving and delete icon could be available in 4.2 or 4.3.
Dan Letecky - 9/27/2007 8:21:59 AM
Thanks Dan Letecky for the information, Could you Explain in detail How? i dont see a method or property associated with Allday events which show context menu.
Sheraz - 9/28/2007 2:49:14 AM
Use ContextMenuID property to set the context menu for events. This context menu will be used for both the all-day and regular events.

You can also assign the context menu individually in BeforeEventRender event handler using e.ContextMenuClientName property.
Dan Letecky - 9/30/2007 10:08:29 PM
Thanks a lot.
Sheraz - 10/3/2007 4:02:51 AM
Post reply