Themes
- ADDED: Windows 8 theme.
- FIXED: The help button in RadRibbonBar has a wrong back and border colors and the expand/collapse ribbon button image is wong in Office2010Black theme.
- FIXED: The restore button of RadForm has inconsistent style in Office2010 Black and Silver themes.
- FIXED: You cannot apply font changes to the Header of the RadGroupBox at design time in Office2007Silver/Black themes.
RadGridView
- ADDED: Tag and Name properties in GridViewColumnGroup.
- FIXED: CellClick and CellDoubleClick events fire when clicking on a scrollbar within child views in RadGridView.
- FIXED: Column Chooser form's BackColor cannot be set through Theme.
- FIXED: Ctrl + X and Ctrl + V key combinations remain active even when the cell is read only in RadGridView.
- FIXED: Export to Excel fails when there are null values for GridViewDateTimeColumn.
- FIXED: Filtering operations do not work correctly when NotConains and Contains filters are combined.
- FIXED: There is an exception when attempting to filter a combo box column.
- FIXED: Object relational hierarchy produces the same child rows for every parent row.
- FIXED: There is an exception when RadGridView is bound at design time to an object which contains enumeration.
- FIXED: Columns with MinWidth set to 0 cannot be resized when AutoSizeColumnsMode property is set to Fill.
- FIXED: Modifying a row in object-reference hierarchy results in modifying another row’s value as well.
- FIXED: MaxLength property of GridViewMaskBoxColumn is not taken into consideration.
- FIXED: There is an exception when binding RadGridView in self-reference mode for a second time.
- FIXED: The filtering functionality is not working properly when filtering by an empty string.
- FIXED: Scrolling is not working properly when column reorder is performed in hierarchy mode.
- FIXED: There is an exception when trying to close the custom filtering form twice because of an invalid filter descriptor.
- FIXED: There is an exception when using ObservableCollection and calling its Clear method in .Net 4.0.
- BREAKING CHANGE: Removed the MaxLength property from GridViewMaskBoxColumn. Use the Mask property instead and set appropriate mask value.
- BREAKING CHANGE: Added a parameter of type ToolTip to the constructor of GridElementToolTipTextNeededEventArgs class.
RadTreeView
- FIXED: There is an exception while filtering a tree scrolled to the bottom.
- FIXED: RadTreeView throws an exception when the CancelEdit method of the underlying BindingSource is invoked.
RadScheduler
- IMPROVED: Allowed customizations of the Print Settings Dialog.
- FIXED: There is an exception in the Print Settings Dialog when there is no page source.
- FIXED: The NewResourceId contains a null value when handling the AppointmentDropping event.
- FIXED: Appointments are not persisted in the database when resizing them.
RadPivotGrid
- IMPROVED: Exposed a method for accessing cell values.
- FIXED: Unable to open the Filter Popup Dialog when filter items contain DBNULL values.
RadPdfViewer
- ADDED: PageUp and PageDown methods for navigating up and down by one page.
- ADDED: Select method which allows selecting the search result.
- ADDED: UnloadDocument method which allows unloading the currently loaded document.
- FIXED: In some cases RadPdfViewer does not show text when loading a PDF document.
- BREAKING CHANGE: Changed the name of CansScrollVertically property in RadPdfViewerElement to CanScrollVertically.
RadDock
- FIXED: There is an exception when trying to navigate through the document windows by using the Next and Previous Buttons.
RadChartView
- ADDED: Localization provider.
- FIXED: The LabelFormat property value is not respected on linear axis.
- FIXED: The trackball element is not removed from the chart when removing the trackball controller.
- FIXED: Chart labels are not rendered properly when Cartesian axis labels are rotated.
RadRichTextBox
- FIXED: There is an exception when importing open xml document and exporting it to rich text format.
- FIXED: There is an exception when calling the RemoveHyperlink method.
- FIXED: There is an exception when importing a document exported by the Silverlight/WPF editor.
- FIXED: There is an exception when deleting bookmarks and the formatting contains table.
- FIXED: There is an exception when a special symbol or key combination is used on typing.
RadCalendar
- FIXED: There is an exception when navigating before 01/01/0001 with the back button.
RadDateTimePicker
- FIXED: The control does not take into account the time part when checking for NullValue.
- FIXED: When we change the Culture property, the control will display the current date even if the value of the control is NULL.
RadMaskedEditBox
- BREAKING CHANGE: Removed the MaxLength property from RadMaskedEditBox. Use the Mask property instead and set appropriate mask value.
RadDropDownList
- IMPROVED: RadDropDownList should open its popup by clicking Alt + down arrow key.
- FIXED: GotFocus and LostFocus events are fired twice.
RadPageView
- FIXED: An unexpected code is generated in the designer file when a page is added.
RadPanorama
- FIXED: Setting the PanelImage to null at design time results in the default image being applied at run time.
RadPropertyGrid
- FIXED: The localization should be performed by using the CurrentCulture.
- FIXED: Custom type descriptors are not respected when setting a collection of objects to the SelectedObject property.
RadReminder
- FIXED: The DueIn time is not correct when the StartNotification property is greater than 1 hour.
RadRibbonBar
- FIXED: Application menu button is at wrong place when changing the theme at runtime.
- FIXED: The item selection is not removed when setting the SelectedItem property of RadGalleryElement to null.
RadSplitContainer
- FIXED: The element hierarchy is not loaded correctly.
RadTextBox
- FIXED: The cursor is located at the start position after canceling the TextChanging event.
RadSeparator
- FIXED: When the separator is vertical and the theme is TelerikMetro or TelerikMetroBlue, the separator is not drawn correctly.
RadToggleButton
- FIXED: ToggleStateChanging event arguments are not giving the old value of the button.
Forms and Dialogs
- FIXED: The text inside the message box is not measured correctly which leads to a wrong size.
- FIXED: There is an exception when using RadMessageBox with MDI forms.
Telerik Presentation Framework
- FIXED: There is an exception in ColorAnimationStepConverter when system list separator is not comma.
- BREAKING CHANGE: Added a parameter of type ToolTip to all constructors of ToolTipTextNeededEventArgs class.
- BREAKING CHANGE: Added a parameter of type ToolTip to the constructor of ItemScrollerToolTipTextNeededEventArgs<T> class.