Skip to content
DayPilot

DayPilot Pro 4.9 SP1

Released on August 5, 2008 (build 1481).

(F74) Static loading of resources (all controls)

Option to load internal resources (.js, .png) from a static URL instead of using a dynamic WebResource.axd reference.

The directory specified in ResourcesPath property should contain the files specified below.

DayPilot Calendar:

DayPilot Bubble:

DayPilot Month:

DayPilot Scheduler:

DayPilot Dynamic Scheduler:

Status: Implemented

Other improvements and bug fixes

1. Bug: Disappearing events (IE6)

For HeightSpec set to Full or BusinessHoursNoScroll, events are temporarily disappearing under certain conditions (DayPilot Calendar).

See also:

Status: Implemented

2. Bug: DayPilot Scheduler memory leak

Reported here:

Status: Implemented

3. Bug: PostBack from context menu is broken (DayPilot Dynamic Scheduler)

PostBack handling of menu item was throwing NullReferenceException:

[NullReferenceException: Object reference not set to an instance of an object.]
   DayPilot.Web.Ui.DayPilotSchedulerDynamic.getArea(Int32 scrollX, Int32 scrollY) +456
   DayPilot.Web.Ui.DayPilotSchedulerDynamic.getCells() +85
   DayPilot.Web.Ui.JsInitSchedulerDynamic.GetCode() +725
   DayPilot.Web.Ui.DayPilotSchedulerDynamic.Render(HtmlTextWriter writer) +143
   ...

Status: Implemented

4. Improvement: Custom context menu in BeforeEventRender (DayPilot Month)

See also:

Status: Implemented

5. Improvement: Header font adjusting (DayPilot Dynamic Scheduler)

New properties:

Status: Implemented