DayPilot Knowledge Base

AJAX Calendar/Scheduling Controls
DayPilot Pro (AJAX Calendar Control)
» DayPilot ASP.NET Calendar
DayPilot Pro (AJAX Monthly Calendar Control)
» DayPilot ASP.NET Monthly Calendar
DayPilot Pro (AJAX Scheduler Control)
» DayPilot ASP.NET Scheduler
DayPilot » Knowledge Base » How to upgrade from DayPilot Lite 3.0 to 3.1 [open-source]

How to upgrade from DayPilot Lite 3.0 to 3.1 [open-source]

Last revision: Jun 12, 2012

aspnet scheduler open source

The DayPilot Lite for ASP.NET WebForms API has changed in 3.1 release. The main goal was to synchronize the API with DayPilot Pro for ASP.NET WebForms. Since 3.1, it will be possible to upgrade by simply replacing the DLL.

Here is the list of API changes:

1. HourHeight property is replaced by CellHeight 

2. NonBusinessHours property is replaced by a combination of HeightSpec and HideFreeCells

3. TimeFormat enum is moved from DayPilot.Web.Ui to DayPilot.Web.Ui.Enums

4. FreeTimeClickHandling property changed to TimeRangeSelectedHandling

5. FreeTimeClick event changed to TimeRangeSelected

6. FreeTimeClickJavaScript property renamed to TimeRangeSelectedJavaScript

7. EventClickClickHandling type is changed to EventClickHandlingEnum

8. EventClick event type is changed to EventClickEventHandler

See also

Related

How to show the selected date using a Label control
How to open a new event dialog using TimeRangeSelected event (modal.js)
How to show calendar events with custom background color in DayPilot Lite [open-source]
How to highlight busy days in DayPilot Navigator (ASP.NET WebForms)