DayPilot Pro 5.3

Released on March 2, 2009 (build 1704).

Features

(F) Hiding event border (DayPilot Scheduler)

An option that allows turning off the event borders allow more elegant use of gradient event background images.

Setup

EventBorderVisible="false"

Demo:

Status: Implemented

(F) Event stacking mode: Cell/Row (DayPilot Month)

Cell stacking mode is an alternative event ordering mode. In cell stacking mode, only one-day events are supported, the row height is fixed. It's possible to set custom event ordering rules inside the day cells.

EventStackingMode="Row" (default)

EventStackingMode="Cell"

Documentation

Demo

Status: Implemented

(F) New display options (DayPilot Month)

New options were introduced to make the the customized views easier.

Customizations:

  • Event text alignment
  • Event start/end time
  • Event text indent

Documentation

Demo

(F) Rounded event corners (DayPilot Calendar)

Setup

EventCorners="Rounded"

Notes

  • Antialiasing pixel colors are calculated automatically from the EventBorderColor and EventBackColor.
  • The corner pixel is transparent.
  • Works well on light cell background but be careful with dark cell backgrounds.

Demo

Status: Implemented

Other improvements and bug fixes

Common

  • Forum 678, 244 (bug): .NET 3.5 UpdatePanel compatibility. Web.config tweaks are no longer necessary.

DayPilot Calendar

  • CellBorderColor property added (determines the color of the vertical border between cells)
  • CellsPerHour property is replaced by CellDuration property. CellsPerHour is now marked "obsolete". This is a preparation for allowing cells with longer duration than 60 minutes (but it's not implemented yet).

DayPilot Scheduler

  • Forum 674 (improvement): DurationBarHeight property added
  • Forum 673 (bug): "this.colors[y] is null" error removed (empty Resources collection).
  • Case 2008 (bug): ScrollX and ScrollY are persisted during CallBacks
  • Case 2016 (bug): Events ending exactly at StartDate were visible as one-cell boxes.
  • Improvement: RowMarginBottom property added. It adds an extra space in each row below all events.

DayPilot Month

  • Bug: JavaScript error than appeared during dragging an event over the bottom line of the control was removed.