DayPilot: Open-source Outlook-like calendar control for ASP.NET.
Home: http://www.daypilot.org/
Documentation
Version history
DayPilot Lite 2.3 (2007-06-27)
See http://www.daypilot.org/daypilot-lite-2-3.html
DayPilot Lite 2.2 (2007-04-22)
See http://www.daypilot.org/daypilot-2-2.html
DayPilot 2.1 SP 3 (2006-12-28)
See http://www.daypilot.org/daypilot-2-1-sp-3.html
DayPilot 2.1 SP 2 (2006-10-17)
See http://www.daypilot.org/daypilot-2-1-sp-2.html
DayPilot 2.1 SP 1 (2006-10-16)
See http://www.daypilot.org/daypilot-2-1-sp-1.html
DayPilot 2.1 (2006-10-15)
See http://www.daypilot.org/daypilot-2-1.html
DayPilot 2.0.1 (2006-06-21)
What's new:
- FIX Wrong placing of events in IE6 when DayPilot was inside a div with text-align: center or
right.
- CHANGE Default header height changed to 21 pixels (minimum for this font).
Compatibility:
- DocTypes:
- HTML 4.01 Transitional
- XHTML 1.0 Transitional
- XHTML 1.1
- Browsers:
- Firefox 1.5
- Internet Explorer 6.0
DayPilot 2.0 (2006-06-10)
- The calendar supports day headers
- you can specify the format (the same string format as DateTime.ToString()
accepts)
- you can specify the header height (but the font is fixed for the moment)
- Fixed Toolbox category for HourHeight and HourWidth
- Tested with XHTML 1.0 Transitional and HTML 4.01 Transitional doctypes
- Tested with Firefox 1.5 and Microsoft Internet Explorer 6.0
- Featured moved to next minor release:
- Additional data sources support (DataView and SqlDataSource)
- Modifiable fonts and colors (if you need to change it you need to alter the source code for the moment)
DayPilot 2.0 Beta 2 (2006-05-15)
- ViewState fixed
- Known issues:
- I'm still considering adding day headers (e.g. "Friday, 5/12/2006")
- Pending contributions integration
- DataSource doesn't accept DataView
DayPilot 2.0 Beta 1 (2006-05-14)
- Multiple days can appear on one calendar
- API Change: Property "Date" is now replaced by "StartDate" and "EndDate"
- Hour height is now reducible down to 30 pixels without additional tweaking
- Events overlapping is fixed (http://blog.daypilot.org/2006/04/bugfix-for-events-overlapping.html)
- Tested with XHTML 1.0 Transitional and HTML 4.01 Transitional doctypes
- Known issues:
- ViewState doesn't save all necessary properties
- Demo needs update to the new version
- I'm still considering adding day headers (e.g. "Friday, 5/12/2006")
- Pending contributions integration
- DataSource doesn't accept DataTableView
- Bug reports are welcome!
DayPilot 1.1 (2006-02-03)
- Supports server-side events (postback) for
- clicking an event
- clicking a free-time slot
- Supported modes of business hours:
- only the business hours are visible unless there is an event outside of this time
- all hours are always visible.
- Non-business hours have different color
- Supports 12-hour and 24-hour time format
DayPilot 1.0.3 (2006-01-02)
- Event box size for shorter events fixed.
- Now works correctly in pages with doctypes HTML 4.01 Transitional or XHTML 1.0
Transitional.
DayPilot 1.0.2 (2005-12-28)
- Design-time preview fixed.
- Check for null values of column names.
- Event height and position fixed for .NET Framework 2.0.
DayPilot 1.0.1 (2005-12-23)
- ViewState support fixed (some DataTables causing the HttpException "The type 'WebCalendar.DataSet1+EventsDataTable' must be marked as Serializable or have a TypeConverter other than ReferenceConverter to be put in
viewstate.").
- The byproduct is that the viewstate is now smaller.
DayPilot 1.0 (2005-12-14)