Release History

By product

UI for ASP.NET (discontinued) Q1 2007SP1

May 21, 2007

What’s New in RadControls for ASP.NET Q1 2007 Service Pack 1:

RadAjax v1.7.1

What’s Fixed:

  1. Loading panels are now positioned correctly when in scrolled element.
  2. An obfuscation problem related to AjaxControlToolkit is now fixed.

RadCalendar v2.1.1

What’s New:

  1. RadDatePicker: the DateInput component now supports culture-dependent 6- and 8-digit formats with no-separators (e.g. MMddyy, MMddyyyy).
  2. RadDatePicker: dragging some text and dropping it over the DateInput component evaluates the text properly (if it can be parsed to a valid date).
  3. RadCalendar new properties (set the tooltip message for the respective navigation arrows): NavigationNextToolTip, NavigationPrevToolTip, FastNavigationNextToolTip, FastNavigationPrevToolTip.

What's Changed:

  1. RadDatePicker: when something invalid is entered in the DateInput or entered date is out of the valid range, the control will internally set the actual selected date to null but will preserve the erroneous input in the visible DateInput field with applied invalid style.
  2. RadDatePicker: when display:none is set for the DateInput, the calendar popup (or the timeview for TimePicker) will align itself properly under the available popup button.
  3. RadDatePicker: the calendar component no longer highlights all calendar day cells in the respective column / row when hovering over the column / row headers (appearance modification only).

What’s Fixed:

  1. RadDatePicker: fixed an issue in medium trust environment.
  2. RadDatePicker: SelectedDate is no longer lost in some scenarios when the MinDate is dynamically set.
  3. RadDatePicker: RadDatePicker is now properly disabled when setting Enabled="false".
  4. RadDatePicker: problems with the EnableTyping property and read-only DateInput are now fixed.
  5. RadDatePicker: a rendering problem with Turkish culture is now fixed.
  6. RadDatePicker: Problems with handling the 0001/01/01 value as MinDate / SelectedDate are now fixed.
  7. RadDatePicker: SharedCalendar now inherits the UseEmbeddedScripts settings of the parent datepicker control.
  8. RadDatePicker: DatePopupButton displacement issue in .Net Framework 1.x is now fixed.
  9. RadDatePicker: problem with the server-side Focus() method is now fixed.
  10. RadTimePicker: problem when selecting 12:00 AM (erroneously interpreted as 12:00 PM) is now corrected.
  11. RadCalendar / RadDatePicker: problems with the design-time image editors in .Net Framework 2.0 are now fixed.
  12. RadCalendar: row headers now work as expected when setting ShowColumnHeaders="false" and SingleViewRows="1" (column headers did not work when setting ShowRowHeaders="false" and SingleViewColumns="1" as well).

RadChart v3.1.1

What’s New:

  1. Debug mode for broken chart images is now supported.

What’s Fixed:

  1. Design-time wizard now shows as expected with Datatable.visible = true.
  2. Height problems with Stacked Bar 100% chart are now fixed.
  3. StackedBar100 series now show all bars as expected.
  4. Incorrect hatch style serialization is now fixed.
  5. Series labels missing issue is now fixed.
  6. Stacked bar series are now rendered correctly with non-zero based YAxis.
  7. Horizontal chart - first Y axis item label is no longer misplaced.
  8. Design-time wizard crash on DataTable change is now fixed.
  9. XValue now behaves as expected with horizontal Gantt charts.
  10. X Axis item labels alignment in ASP.NET 1.x is now corrected.
  11. A problem with medium trust environment is now corrected.

RadCombobox v2.7.1

What’s Fixed:

  1. A disposing problem causing problems in AJAX scenarios is now fixed. Controls inside the RadCombobox now initialize properly.
  2. A problem causing some characters to break loading on demand is now fixed.

RadEditor v7.1.1

What’s Fixed:

  1. A couple of problems with StripFormattingOnPaste are now fixed. The current implementation would not respect more than one stripping option set, e.g - Font, Css, Span, MsWord - or would only pick up the first value. Also the editor would replace   instances with whitespace, which resulted in changed layout of some Word documents.
  2. In FireFox, when editing a page in full HTML mode (with <html> tags) some of the <script> tags are no longer stripped by the browser.
  3. In Safari, when the editor (or its parent) were hidden, and then made visible - the editor would not allow content editing. Now it will work, but its SetVisible(true) method must be called explicitly for the editor to initialize properly.
  4. In IE, LinkManager dialog would now show relative links (rather than showing absolute URLs).

RadGrid v4.6.1

What’s New:

  1. OnRowDeleting & OnRowDeleted client-side events are added.
  2. OnHierarchyExpanding, OnHierarchyExpanded, OnHierarchyCollapsing, OnHierarchyCollapsed & OnGroupExpanding, OnGroupExpanded, OnGroupCollapsing, OnGroupCollapsed events are added.
  3. SEOPagingQueryStringKey string property is added to the PagerStyle.

What’s Fixed:

  1. Tables width 100% is now removed from Desert skin
  2. Columns are now dragged as expected on sorting links.
  3. Both DataSource and DataSourceID are defined in design-time when HierarchyLoadMode is ServerBind.
  4. An obfuscation problem related to AjaxControlToolkit is now fixed.
  5. Filtering now works as expected with GUID.
  6. The grid now can be properly bound to nullable enum types.
  7. Header misalignments in IE when the grid is with client-side hidden columns and in initially invisible PageView is now fixed.
  8. An incorrect grid height in Firefox with static headers scrolling inside of a table is now fixed.
  9. Text in INPUT elements can now be properly selected under FF.
  10. Wrong row as an argument in OnRowDeselected client-side even is now fixed.
  11. RadGrid.SelectedItems issue in hierarchical grid is now fixed.
  12. RadGrid now properly binds to heterogeneous collections.
  13. Wrong position of the scroll tooltip in AJAX grid with scrolling is now fixed.
  14. OnColumnCreated client-side now works as expected in all scenarios.
  15. RadGrid skins are now modified so that the header and data rows accommodate longer header text.
  16. Grid’s height (with scrolling and static headers) can now be properly set to 100% after elements with fixed pixels
  17. Loading template is now positioned correctly when in a scrolled element.
  18. Applying a ColumnEditorID/GridTextBoxColumnEditor to a GridBoundColumn in a nested DetailTable now works as expected.

RadInput v2.0.1

What’s New:

  1. RadDateInput: added support for culture-dependent 6 and 8-digit formats with no-separators (e.g. MMddyy, MMddyyyy)
  2. RadInput (all except MaskedTextBox): dragging some text and dropping it over the input controls works now (and evaluates the contents properly where necessary e.g. for RadDateInput)

What's Changed:

  1. RadDateInput: when something invalid is entered in the DateInput or entered date is out of the valid range, the control will internally set the actual selected date to null but will preserve the erroneous input in the visible DateInput field with applied invalid style.
  2. RadNumericTextBox: When the Value of the RadNumericTextBox control is for example 134 it will be displayed as 134.00 when the control is not focused.

What's Fixed:

  1. RadInput: fixed an issue in medium trust environment
  2. RadInput: rendering problem with Turkish culture is now fixed.
  3. RadInput: various problems with setting Style attributes are now fixed.
  4. RadInput: issues with the client-side OnValueChanged event firing twice are now fixed.
  5. RadInput: issues when the last action before postback was invalid, the server-side TextChanged event never fired are now fixed.
  6. RadInput: the controls now properly postback on losing focus when AutoPostBack property is set to true.
  7. RadInput: problems in design-time mode with absolute positioning er now corrected.
  8. RadDateInput: Problems with handling the 0001/01/01 value as MinDate / SelectedDate are now fixed.
  9. RadDateInput: InvalidStyle is now properly applied after a timeout.
  10. RadDateInput: parsing problem with the Hungarian culture is now fixed.
  11. RadDateInput and RadNumericTextBox: spin buttons erroneously incremented/decremented the value when the Enabled / ReadOnly property is set to false / true respectively. This is now corrected.
  12. RadNumericTextBox: throws out-of-range exception on the client-side only onblur event (when losing focus).

RadMenu v4.3.1

What’s Fixed:

  1. A couple of xml serialization issues (some properties didn’t load correctly) are now fixed.
  2. Menu disposition on window resize in Internet Explorer is now fixed.
  3. A collapse issue occurring when the user moves the mouse too quickly out of the window (or the current frame) is now fixed.
  4. A problem causing premature context menu closing is now fixed. (Occurred when a child control defined from a template receives focus)

RadPanelbar v4.2.1

What’s New:

  1. Added support for databinding expression evaluation when the panelbar is unbound and placed inside formview

What’s Fixed:

  1. JSON serialization errors when the state cookie contains invalid data are now fixed.
  2. GetXmlString/LoadXmlString now works as expected with panelbar custom attributes.
  3. A conflict between RadPanelbar and the node editing feature of RadTreeView is now resolved.
  4. Optimization of calling the RadResize method and speed up the traversal of child DOM nodes.

RadRotator v2.6.1

What’s Fixed:

  1. An exception when the control is inside a template is now fixed.
  2. A conflict with RadTreeView drag and drop (improperly generated ClientID) is now fixed.

RadTabstrip v3.5.1

What’s Fixed:

  1. A problem with URLs containing “&” (invalid XHTML was produced) is now fixed.
  2. UrlProperty attribute is now added to image related tab properties.

RadTreeview v6.2.1

What’s New:

  1. Client-side load on demand now works with more than one level of nodes

What’s Fixed:

  1. Double-clicking no longer throws javascript errors in specific conditions.
  2. RetainScrollPosition now works as expected in AJAX scenarios.