ComponentArt Web.UI 2006.1 SP4 is now available for download.
Build number: 2006.1.1283
Release date: July 17, 2006
The following fixes and updates have been introduced since the since last public Web.UI production build (2006.1.1252)
All Controls
Build number: 2006.1.1283
Release date: July 17, 2006
The following fixes and updates have been introduced since the since last public Web.UI production build (2006.1.1252)
All Controls
- Feature: Controls now output a JavaScript comment with the product version number, to make debugging easier
- Bug fix: Utils.FindControl now finds all controls properly
- Bug fix: An exception is no longer thrown when UserAgent is null
- Bug fix: Controls with no style information specified no longer lose the default style after postback or callback.
- Bug fix: The slider no longer throws the page off by one in server mode in IE
- Bug fix: Clicking on the slider knob without dragging it no longer causes an error
- Bug fix: In client mode, the Grid now re-computes the RecordCount on postback
- Bug fix: System.Float is now properly handled as a DataType on a GridColumn
- API extension: ClientSideOnColumnResize event added
- API extension: ClientSideOnColumnReorder event added
- Documentation: Client-side reference no longer omits ClientSideOnLoad
- Documentation: Added GridGroup client-side reference
- Bug fix: Menus with ServerCalculateProperties set to true now correctly recognize the Target property of menu items.
- API extension: ClientSideOnLoad event added
- Feature: Disabling Picker or Calendar is now possible by setting Enabled property to false.
- Client-side API extensions:
- ComponentArt_Calendar_DateCollection.Add(Date Object or Array of Date Objects)
- ComponentArt_Calendar_DateCollection.GetCount()
- ComponentArt_Calendar_DateCollection.Remove(Date Object or Array of Date Objects)
- ComponentArt_CalendarDayCollection.Add(ComponentArt_CalendarDay Object or Array of ComponentArt_CalendarDay Objects)
- ComponentArt_CalendarDayCollection.Clear()
- ComponentArt_CalendarDayCollection.Contains(Date Object)
- ComponentArt_CalendarDayCollection.GetCount()
- ComponentArt_CalendarDayCollection.Remove(Date Object or Array of Date Objects)
- Bug fix: The control now correctly updates when reloaded in a CallBack
- Bug fix: An exception no longer occurs when the layout is switched after Page_Load
- API extension: ClientSideOnLoad event added
- Documentation: Client-side reference no longer omits events