MindFusion.Scheduling for ASP.NET Programmer's Guide
Version History

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

New in version 3.1

Miscellaneous

New in version 3.0

Resource View

This view displays the distribution of items over a period of time for particular contacts, locations, tasks or resources. The view displays a single row for each individual contact, location, task or resource and up to three timelines. In order to view associated items in this view, the GroupType property of the Calendar must be set to GroupByContacts, GroupByLocations, GroupByTasks or GroupByResources.

Vertical List View

Vertical layout has been added to the List view. The vertical list view displays a collection of rows where each row represents a single second, minute, hour, day, week, month or year. You can switch between horizontal and vertical layouts of the List view by setting its Orientation property. Grouping is available in both layouts of the view.

Miscellaneous

New in version 2.1

Localization

Localization support has been added to MindFusion.Scheduling for ASP.NET built-in forms. All captions and control values can be customized by setting the corresponding property of the LocalizationInfo class. The localization data can also be exported to and loaded from XML.

Miscellaneous