Release date: December 6, 2010 (build 2161)
(F) EventSortExpression (DayPilot Scheduler)
The Scheduler supports custom event sorting (in rows). You can specify a sorting expression using EventSortExpression property:
EventSortExpression="priority asc, name desc"
This will override the default sorting rule, which corresponds to "start asc, end desc".
Bug Fixes
Calendar
- Bug (F-1196): Full callback performed before a message was displayed using UpdateWithMessage() was causing a JavaScript error ("this.nav.message is null").
- Bug (F-1198): Rendering (or exporting) a control without calling DataBind() was throwing a NullReferenceException.
Scheduler
- Bug (F-1198): Rendering (or exporting) a control without calling DataBind() was throwing a NullReferenceException.
Month
- Bug (F-1198): Rendering (or exporting) a control without calling DataBind() was throwing a NullReferenceException.
- Bug (F-1200): Time range selecting fixed ('undefined' is null or not an object in IE; $c is undefined in FF).