DayPilot Pro for ASP.NET WebForms 7.2

Release date: February 1, 2013

Moving Event to Exact Position (Scheduler)

It's possible to move the events to an exact position inside a time cell. In combination with EventSortExpression property you can use this feature to manage priority ordering.

Default moving mode (moving to time cell)

scheduler move event to cell

Moving to position

scheduler move event to position

You can enable this mode by setting EventMoveToPosition="true". The selected position will be available in EventMove event handler as e.Position.

Moving Event to Exact Position (Month)

It's possible to move the events to an exact position inside a time cell. In combination with EventSortExpression property you can use this feature to manage priority ordering.

Default moving mode (moving to time cell)

monthly calendar move to cell

Moving to position

monthly calendar move to position

You can enable this mode by setting EventMoveToPosition="true". The selected position will be available in EventMove event handler as e.Position.

RowsPerMonth (Navigator)

It's possible to hide the empty rows in the Navigator using RowsPerMonth property.

Six (default mode)

navigator rowspermonth six

Auto

navigator rowspermonth auto

Implemented

  • [Scheduler] Fixed: "'DayPilot:DayPilotScheduler' could not be set on property 'TimeHeaders'." (build 2740)
  • [Navigator] Empty rows are hidden. (build 2746)
  • [Scheduler] "selected" class fixed in CssOnly mode. (build 2747)
  • [Scheduler] Making multiselect.add() compatible with events.find(). (build 2748)
  • [Scheduler] Fixing Parent100Pct HeightSpec (negative height of nav.scroll), IE8. (build 2749)
  • [Scheduler] CssClass and BackgroundColor working for resource headers (BeforeResHeaderRender). (build 2749)
  • [Month] EventMoveToPosition implemented. (build 2752)
  • Modal.js: scrollWithPage added. (build 2753)
  • Modal.js: autoStretch and maxHeight added. (build 2753)
  • [Navigator] RowsPerMonth property added. (build 2755)
  • Client-side loading time improved for large data sets (up to 50% in DynamicEventRender mode). (build 2755)
  • [Scheduler] this.nav.divider bug fixed (Layout=TableBased). (build 2756)
  • [Month] BeforeEventRender/e.CssClass supported. (build 2758)
  • [Calendar] IE NotFoundError after TimeRangeSelected event invoked using PostBack fixed. (build 2761)
  • [Scheduler] EventMoveToPosition implemented. (build 2762)
  • [Scheduler] Setting ScrollY on initial page load and PostBack fixed. (build 2764)