DayPilot - Open-Source Outlook-Like Calendar for ASP.NET
Try the online demo: AJAX-style event creating, moving, resizing, and deleting • Context menu • Day view • Work week view • Week view • PostBack/AJAX/JavaScript event handling • Binding to XmlDataSource, SqlDataSource, DataTable, ArrayList • Custom event formatting • Custom business hours

DayPilot News Blog

Tuesday, April 25, 2006

Bugfix for events overlapping

I've just fixed a bug that caused event overlapping under certain circumstances. The fix will be included in the next release. By that time you can load the data from the database sorted by the starting time asc, ending time asc and it will be working fine.

The other possibility is to add this line to the source code (Web/Ui/DayPilotCalendar.cs, after "DataTable dt = (DataTable) dataSource;" on line 825) and recompile:

dt.DefaultView.Sort = beginColumnName + " asc, " + endColumnName + " desc";

Release 2.0 postponed

I'm postponing the release 2.0 to 15 May. The main new feature should be the multiple days view (i.e. the possibility to show the whole working week at once; while still feeding it from a single DataSource).

Please read the current roadmap.

 

Previous

Archives