Release History

By product

UI for ASP.NET (discontinued) Q2 2007SP1

October 9, 2007

What’s New in RadControls for ASP.NET Q2 2007 SP1:

All controls now feature new common Black skin.

RadAjax v1.8.1

What’s Fixed:

  1. A NullReference exception in ElectMasterManager is now fixed.
  2. AjaxLoadingPanel is no longer displayed after an AJAX request from ImageButton.

RadCalendar v2.2.1

What’s Fixed:

  1. RadCalendar: OnDefaultViewChanged server-side event is now fired with the proper OldView / NewView arguments.
  2. RadDatePicker / RadDateTimePicker: problems with setting height are now fixed.
  3. RadDatePicker / RadDateTimePicker: DbSelectedDate will not throw an exception any more if passed an empty string.
  4. RadDateTimePicker / RadTimePicker: problems with the SharedTimeView functionality are now fixed.

RadChart v4.0.1

What’s New:

  1. BarWidthPercent for each series.
  2. Series.LabelAppearance.Distance (works when LabelLocation is Auto and with Pies).
  3. TextBlock.Appearance.MaxLength.
  4. Property for choosing the XAxis Labels alignment - "center" or "first letter"
  5. ChartAxis.LabelAppearance.Position.AlignedPosition is now implemented.
  6. DataTable now supports values formatting.
  7. Grid lines are now independent from axis visibility.
  8. Auto calculated values do not reset to zeros.
  9. Legend now supports automatic splitting in rows/columns.
  10. ComplexGradient now supports GradientMode.
  11. Series.Visible implemented.
  12. Added active region support for line series point marks.
  13. Added an ability to manage TextAppearance of series labels.
  14. Added PrePaint event.

What’s Fixed:

  1. Default SeriesPalette value is empty string now.
  2. Stacked series now ignore YAxisType property
  3. Fixed image map creation.
  4. Fixed negative values support by Stacked series.
  5. RadChart X-Axis labels are no longer lost on postback
  6. Secondary Y Axis now works correctly with stacked bars series.
  7. Negative values in StackedBar series are no longer shown as positive.
  8. Axis labels now appear on the right place when RotationAngle is set to -90 degrees.
  9. Tooltip is now working as expected.
  10. Alignment of axis labels is now working as expected.
  11. Skins tab no longer reloads skins every time the tab is clicked.
  12. Chart Wizard Skins Thumbnails no longer produce an error when we have a chart with a pie series.
  13. Horizontal gridlines no longer disappear when YAxis is set to invisible.
  14. Chart is now restored properly from Viewstate.
  15. Chart Wizard is now properly displayed in all cases.
  16. YAxis.IsZeroBased=false no longer breaks auto scale feature.
  17. CustomFormat and ValueFormat are now working properly for the XAxis items.
  18. DataTable Values now properly match item values when X values are present
  19. ChartTitle aligned position is now working as expected.
  20. Setting databinding-related properties before setting a DataSource now works as expected.

RadCombobox v2.8.1

What’s Fixed:

  1. Client-events now allow explicit functions.
  2. Load-on-demand now works with cookieless sessions.
  3. A workaround for an IE bug causing RadComboBox to gain focus after blur

RadEditor v7.2.1

What’s New:

  1. The FileUpload event is now raised before the file is saved. The file save can be canceled by returning false by the handler.
  2. UseEmbeddedScripts can now be set from the configuration
    file.

What’s Fixed:

  1. “<”,”>”, and “&” are ignored when pasting as plain text.
  2. Improvement of PasteHtml functionality in Opera.
  3. Improvement on restoring the selection properly in IE and Mozilla before pasting the result from a dialog
  4. “>” and “<” are encoded in attribute values.
  5. Additional check for the selected element in a Tab command

RadGrid v5.0.1

What’s Fixed:

  1. Client object initialization issue after AJAX request (FireFox only) is now fixed.
  2. Owner.GroupingSettings JavaScript error in case of Grid Client GroupBy with custom paging is now fixed.
  3. OnActiveRowChanged event is now fired as expected in FireFox.
  4. Fixed frozen columns support for Safari (Mac & Windows).
  5. Issue with frozen columns and dropdownlists under IE6 is now fixed.
  6. Loss of ControlState (when implementing a custom viewstate persistence using MSDN's broken implementation, when used in async pages, of master table whenever its owner grid had its viewstate disabled) is now fixed.
  7. PDF export with specified font no longer throws an exception.
  8. Setting a column to "Display=false" no longer causes exception in Design time.
  9. Pager Slider is now properly created in all cases.
  10. Next/PrevPage(s) can now be used with SEO paging mode.
  11. An Issue with single-select RadGrid and browser back button is now fixed.
  12. GridTemplateColumn NullReferenceException in case of DataType="System.Boolean" is now fixed.
  13. GridTemplateColumn properties are now copied correctly when ovveriding Clone().
  14. If you set ShowHeader=false and have a GridColumn with Display=false then the column still shows up in the grid. The issue is now fixed.
  15. White-space: nowrap was set by default for the TH elements in the grid table. The issue is now fixed.
  16. First column Display="False" problem is now fixed.
  17. GridGroupHeaderItem DataCell.Controls.Add now behaves as expected.
  18. Not enough arguments exception for getComputedStyle in FireFox quirks mode is now fixed.
  19. Grid with enabled client inside UpdatePanel no longer flickers under FireFox.

RadInput v2.1.1

What’s Fixed:

  1. RadInput: controls will now postback every time the Enter key is pressed when AutoPostBack is set to true.
  2. RadInput: focusing problems with ResetCaretOnFocus set to CaretToBeginning are now fixed.
  3. RadInput: problems with Form DefaultFocus / SetFocus are now fixed.
  4. RadInput: design-time problems when setting height and width are now fixed.
  5. RadMaskedTextBox losing value on postback if one entered less characters than the specified mask for the control is now fixed.
  6. RadDateInput: the client-side OnKeyPress event is now properly fired
  7. RadDateInput: DbSelectedDate will no longer throw an exception if passed an empty string.
  8. RadNumericTextBox: infinite loop with positive MinValue / MaxValue values is now fixed.

RadMenu v4.4.1

What’s New:

  1. Usability improvements. Menu items are opened after a timeout. This should reduce the number of cases when menu items are prematurely closed. The default value of the ExpandDelay property has been changed to 100 (milliseconds).

What’s Fixed:

  1. ClickToOpen now works as expected in context menu mode.
  2. RadMenu is no longer closed prematurely when the user hovered a dropdown with the mouse.
  3. Clicking a menu item image no longer closes the item group when the menu is in context menu mode.

RadPanelbar v4.3.1

What’s Fixed:

  1. Size miscalculation after AJAX request in IE is now fixed.

RadSplitter v1.3.1

What’s Fixed:

  1. An overlay IFRAME is not created in IE7.

RadToolbar v1.6.1

What’s Fixed:

  1. Issues with Default skin are now fixed.

RadTreeView v6.3.1

What’s Fixed:

  1. The URL of images defined in the template are no longer incorrectly replaced

RadUpload v2.4.1

What’s Fixed:

  1. Fixed an OutOfMemoryException in some boundary cases.
  2. Fixed a problem with verifying valid file extensions