The list below describes recent changes and additions to MindFusion.Scheduling for ASP.NET:
New in version 3.1
Miscellaneous
- Interactive resize of items is now available in all views.
- Some of the CSS classes have been renamed to provide better consistency across themes. Check the updated CSS Classes topic for details.
- Visual Studio 2012 support.
- The bundled jQuery version has been upgraded to 1.9.
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
- Some of the Style-related properties and classes have been altered in order to provide more clear and straightforward ways to style the Calendar. The Style class is designed for styling non-header elements, such as day cells. The HeaderStyle class is intended for styling different header elements, like day cells headers, timelines, the main and the additional headers within the view. The ItemStyle class is designed exclusively for applying styles to Calendar's items. Check the Customizing the appearance of Views and Customizing the appearance of Items topics to see how the new classes are used. Examples are also available in some of the samples, including Customization, Google Calendar and Tutorial5.
- Some properties have been renamed to ensure consistency across similar classes. The complete list of renamed properties is available in the Upgrading from version 2.x topic.
- The bundled jQuery version has been upgraded to 1.7.
- getStartDate, getEndDate, getViewCells and getViewOrientation methods have been added to the Calendar's client API.
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
- client-side Calendar methods added: getAllDayCells - gets the collection of all-day calendar cells in the Timetable view; getItemDom - returns the collection of Dom elements for the specified item;
- time indicator for Timetable non-all day items;
- continuation arrows added for Timetable all-day items within an ItemsCue form;
- Selection.AllowMultiple enabled for Timetable view;
- various bugfixes.