Skip to content
DayPilot

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