MindFusion.Scheduling for ASP.NET Programmer's Guide
What's New in this Release

The list below describes recent changes and additions to MindFusion.Scheduling for ASP.NET:

New in version 3.2

Horizontal Timetable view

Horizontal layout has been added to the Timetable view. The horizontal timetable view displays a collection of rows where each row represents the allotment of resources to distinct hours of a day; the rows in this view represent dates, tasks, locations, contacts or resources. The rows can be grouped by location, task, contact or resource. Each column represents an hour or a custom time interval. You can switch between horizontal and vertical layouts of the Timetable view by setting its Orientation property.

License keys

There is no separate trial build of the control assemblies anymore. Instead, set the LicenseKey property to disable the component's evaluation mode and stop displaying trial messages. If your application contains more than one Calendar instance or other controls by MindFusion, you could call MindFusion.Licensing.LicenseManager.AddLicense(key) to specify the key once instead of setting it per each control. License key strings are listed on the Keys & Downloads page at MindFusion's customer portal.

Miscellaneous