Skip to content
DayPilot

DayPilot Pro for ASP.NET WebForms 7.9

Release date: October 13, 2014 (build 7.9.3282)

Gantt Chart

asp.net gantt chart

This release introduces a new ASP.NET Gantt Chart control.

Features:

Demo:

Drag and Drop Row Moving (Scheduler)

asp.net scheduler row moving

The ASP.NET Scheduler control supports drag and drop row moving.

asp.net scheduler row moving position

The users can drag tree items to a new position in the tree (above, below, or as a child of the target node).

Read more about row moving.

Row Header Scrolling (Scheduler)

asp.net scheduler row header scrolling

Use RowHeaderScrolling="true".

The width set using RowHeaderWidth will be enforced (even for RowHeaderWidthAutoFit="true") and a horizontal scrollbar will be added if necessary.

asp.net scheduler row header splitter

In this mode the splitter between row header and grid will be activated. The users can resize the row header width using drag and drop.

Read more about row header scrolling.

Row Header Hiding (Scheduler)

asp.net scheduler row header hiding

Use RowHeaderHideIconEnabled="true". This will display an icon in the upper-left corner of the grid that will let the users hide the row header.

Hidden row header:

asp.net scheduler row header hidden

Read more about row header hiding.

Themes Updated (Scheduler)

Storing Event End as Date (Scheduler)

An option to treat the event and as an end of that day (when it is stored as Date only).

The default behavior is to interpret the end date as an exact time point.

Use EventEndSpec="Date".

RowHeaderWidthAutoFit Optimizations (Scheduler)

It's now safe to keep it turned on even for large Resource trees.

Read more about row header width auto-fit.

Progressive Row Rendering (Scheduler)

asp.net scheduler progressive row rendering

Row rendering is optimized. Now the Scheduler can handle 10,000 resources without serious impact on performance.

Read more about progressive row rendering.

Data Serialization Optimized (Scheduler)

The JSON protocol was optimized.

Improvements

Fixes