*What’s new in WebSchedulerGo! V3.1.0?
- A today (now) indicator was added. The thin vertical/horizontal line that points at the current time/date.
- A image progress feature that appears during server requests was added. The progress informs the user that he has to wait for server response.
What’s new in WebSchedulerGo! V3.0.5?
- Compatibility with Internet Explorer 8 has been improved in both the Standard and Compatibility views. The controls now fully work with IE8 on Windows XP and Windows Vista systems. The Internet Explorer built in Windows 7 beta (build 7057) is also supported now.
What’s new in WebSchedulerGo! V3.0.4?
- Dynamic menu building in client java-script was added. New MenuActivated event gives a way for initializing of menu content, before menu appears on the screen.
- Support for Google Chrome, Opera and Apple Safari Web browsers added.
- New GetDateTimeLabel event was added that is designed for specifying custom text label for every label in time-line.
What’s new in WebSchedulerGo! V2.4.x?
- You can now manually add the scheduler control via the OnLoad (Page_Load) event. Previously, the scheduler control had to be added in the OnInit (Page_Init) event. Currently, it is possible of creating scheduler control and adding it to the Page.Controls collection in the Page_Load event as well, which is invoked after Page_Init page.
- A rendering of SchedulerRegion objects was corrected. The regions help to color the particulars cells of the scheduler. The regions should not been rendered, when they were outside of the visible part of the scheduler grid.
- The Scheduler.ClickedRow property (e.g. sch.get_ClickedRow()) was modified. The property is reset to null value, when the user clicks outside rectangles of rows on. Especially, if the user clicks on empty space below the last (lower) visible row of the scheduler. Earlier, the property had returned the last clicked row even though the user did not click on row directly.
- Calculation of week number in the week resolution mode was corrected. The rendering of the time-line was corrected as well. The unexpected breaking of date text was eliminated as well.
- The Scheduler.FirstDayOfWeek property was enhanced with the SchedulerBehaviorOptions.CustomFirstDayOfWeek flag, which controls whether either the custom of system settings should be used. The property is also used now for calculating days in weekly resolution.
- Support for the AJAXControlToolkit library was improved.
- Rendering in the FireFox browser was corrected. Especially, rendering of the time-line in the weekly resolution and rendering of the scheduler’s regions.
- Serializing of the Scheduler.WorkHourBegin and Scheduler.WorkHourEnd properties was added. The changes causes the value is persisted between requests to server, when the value is set up by programmer code.
- Support for current culture info was corrected. The control did not switch properly among different cultures.
- Customizing of expanding and collapsing image by using the ResourceColumn.CollapseImageUrl and ResourceColumn.ExpandedImageUrl was corrected.
- New PostbackMode property controlling the callbacks server invoking was added. The property helps using of control in the MS AJAX UpdatePanel control. That causes the scheduler invokes the standard postback only, not the callback, which is not supported by AJAX.
What's new in WebSchedulerGo! V2.3.8?
- Visual Studio 2008 support was added. Especially the integration of the control’s help with MSDN 2008 was implemented. Additionally, all projects were recompiled with the new Visual Studio 2008 environment.
What's new in WebSchedulerGo! V2.2.2?
- New SchedulerItem.Layer property was added. It helps to control placing the scheduler item rectangles side by side. It defines groups of items, which are independently placed in the scheduler grid.
- The new region coloring feature was added. It allows assign any background color, image, mouse actions, etc. for particular regions on the scheduler grid. The region is a rectangle with specified start and end time and/or first and last resource rows. A new Scheduler.Regions collection contains many SchedulerRegion objects, which contain all attributes describe that region.
What's new in WebSchedulerGo! V2.1.3?
- Free-time appearance controlling - allows controlling how a free-time will be presented: showing with another color, collapsing into one, special column or completely removing from the time-line
- Two new Scheduler.ViewOptions HideHorizontalScrollbar and HideVerticalScrollbar settings were added. They allow hiding particular scrollbars at the scheduler. If the scrollbars were hidden a size of the control is fitted to size of the grid, so scrolling will not necessary
- A possibility of hiding or collapsing free time columns was added. The FreeTimeMode property is intended for control this feature
- A working of the SchedulerViewOptions.OverlappedBesideSelf flag was corrected. If this flag equaled false value the scheduler did not hide overlapped items behind another. The scheduler items were always positioned beside ones