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 » ShowAllDayEvents and BusinessHoursNoScroll bug

ShowAllDayEvents and BusinessHoursNoScroll bug

Hi! When ShowAllDayEvents=true and HeightSpec=BusinessHoursNoScroll then javascript:dpc1.refreshCallBack(new Date()) produce and error... Version 4.0
Alex - 9/26/2007 7:20:55 PM
Thanks for reporting the bug. I'll take a look at it.
Dan Letecky - 9/26/2007 11:19:17 PM
All day Event property is not available in Before Event Render event.

I am also having same problem with Full as option in the Height Specification
Sheraz - 9/27/2007 6:30:26 AM
I'll add AllDay property to EventArgs classes in 4.1 as well. Thanks for reporting it. The HeightSpec="Full" fix will be available in 4.1 (October 1, 2007).
Dan Letecky - 9/27/2007 8:26:14 AM
Thanks Dan! Btw: Would be great to have some base even for all other with common properties like start, end, etc.. This is usefull when I have the same method for Move/Resize and I will be able to send Event properties for both of them using base event type, what do you think?
Alex - 9/27/2007 3:59:49 PM
I will give it a thought. Usually, you will have a different action for each of the events anyway but it could make sense.

Thanks for the suggestion!
Dan Letecky - 9/27/2007 4:32:17 PM
The refreshCallBack issue (for HeightSpec="BusinessHoursNoScroll" and HeightSpec="Full") is now fixed in the code. The fix will be included in 4.1.
Dan Letecky - 9/30/2007 2:14:04 PM
Post reply