Skip to content
DayPilot

DayPilot Pro for Java 7.2

Release date: February 4, 2013 (build 7.2.8249)

Moving Event to Exact Position (Scheduler)

It is possible to move the events to an exact position inside a time cell. You can use this feature in combination with EventSortExpression property 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 onEventMove event handler as e.getPosition().

Moving Event to Exact Position (Month)

It is possible to move the events to an exact position inside a time cell. You can use this feature in combination with EventSortExpression property 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 onEventMove event handler as e.getPosition().

RowsPerMonth (Navigator)

It is possible to hide the empty rows in the Navigator using rowsPerMonth property.

Six (default mode)

navigator rowspermonth six

Auto

navigator rowspermonth auto

Implemented