Skip to content
DayPilot

DayPilot Pro for ASP.NET WebForms 2018.3.3686

Release date: September 26, 2018

Improvements

Fixes

Scheduler Layout Changes

1. Default Element Height

The ASP.NET Scheduler component uses new default values of EventHeight and HeaderHeight properties to give the Scheduler a less condensed look:

2. Row Header Structure

The row header DOM structure has been changed to allow easier CSS styling.

The internal structure of *_rowheader_inner class has been changed as follows:

Old structure:

javascript scheduler row header layout old

New structure:

javascript scheduler row header layout new

3. CSS: Vertical Alignment

The default built-in theme ("scheduler_default") now vertically centers the content of main text elements (time headers, row headers, events). This allows easy modification of the element height without the need for CSS adjustments.

The Theme Designer tool now lets you choose the vertical alignment and generate a CSS theme with custom alignment. The following Scheduler theme uses the previous behavior (all elements with "top" vertical alignment):