![Themes for Windows Forms by Telerik]()
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.
![GridView for Windows Forms by Telerik]()
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.
![TreeView for Windows Forms by Telerik]()
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.
![Scheduler for Windows Forms by Telerik]()
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 for Windows Forms by Telerik]()
RadPivotGrid
- IMPROVED: Exposed a method for accessing cell values.
- FIXED: Unable to open the Filter Popup Dialog when filter items contain DBNULL values.
![RadPdfViewer for Windows Forms by Telerik]()
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.
![Dock for Windows Forms by Telerik]()
RadDock
- FIXED: There is an exception when trying to navigate through the document windows
by using the Next and Previous Buttons.
![ChartView for Windows Forms by Telerik]()
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.
![RichTextBox for Windows Forms by Telerik]()
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.
![Rad Calendar for Windows Forms by Telerik]()
RadCalendar
- FIXED: There is an exception when navigating before 01/01/0001 with the back button.
![DateTimePicker for Windows Forms by Telerik]()
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.
![MaskedEditBox for Windows Forms by Telerik]()
RadMaskedEditBox
- BREAKING CHANGE: Removed the MaxLength property from RadMaskedEditBox. Use the Mask
property instead and set appropriate mask value.
![DropDownList for Windows Forms by Telerik]()
RadDropDownList
- IMPROVED: RadDropDownList should open its popup by clicking Alt + down arrow key.
- FIXED: GotFocus and LostFocus events are fired twice.
![PageView for WinForms by Telerik]()
RadPageView
- FIXED: An unexpected code is generated in the designer file when a page is added.
![Ranorama for Windows Forms by Telerik]()
RadPanorama
- FIXED: Setting the PanelImage to null at design time results in the default image
being applied at run time.
![PropertyGrid for Windows Forms by Telerik]()
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.
![Rad DesktopAlert for Windows Forms by Telerik]()
RadReminder
- FIXED: The DueIn time is not correct when the StartNotification property is greater
than 1 hour.
![RibbonBar for Windows Forms by Telerik]()
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.
![SplitContainer for Windows Forms by Telerik]()
RadSplitContainer
- FIXED: The element hierarchy is not loaded correctly.
![Text Box for Windows Forms by Telerik]()
RadTextBox
- FIXED: The cursor is located at the start position after canceling the TextChanging
event.
![Rad Separator for WinForms by Telerik]()
RadSeparator
- FIXED: When the separator is vertical and the theme is TelerikMetro or TelerikMetroBlue,
the separator is not drawn correctly.
![Button for Windows Forms by Telerik]()
RadToggleButton
- FIXED: ToggleStateChanging event arguments are not giving the old value of the button.
![Forms and Dialogs for Windows Forms by Telerik]()
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 by Telerik]()
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.
↧
![Themes by Telerik]()
New Demo application
- The Demo application has been revamped to comply with the latest UI trends. Currently available with a C# solution only.
![TrackBar for Windows Forms by Telerik]()
RadTrackBar
- ADDED: Support for multiple ranges.
- ADDED: Start from beginning mode.
- ADDED: LabelFormatting and TickFormatting events.
- ADDED: Right-to-left layout support.
- ADDED: Labels and tooltips support.
- ADDED: Left and right buttons.
- IMPROVED: Allowed the thumb to be placed between ticks.
- IMPROVED: Allowed full customization when using the Visual Style Builder.
- IMPROVED: The developer is allowed to override the default mouse click behavior.
- IMPROVED: RadTrackBar allows setting text to both the control and the scales.
- FIXED: RadTrackBarElement has an incorrect behavior when the AutoSize property is false.
- FIXED: The Value can be set programmatically only once.
- FIXED: The thumb has an incorrect offset when dragged with the mouse.
- FIXED: When initially loaded, RadTrackBar's thumb is not aligned properly.
- FIXED: RadTrackbar with width less than 90 pixels shows incorrect values.
- BREAKING CHANGE: Changed the internal control structure and the element tree.
- BREAKING CHANGE: Due to the internal layout structure changes, the FitTrackerToSize property is not used anymore, hence deleted.
- BREAKING CHANGE: Due to the internal layout structure changes, the PreferredSize property is not used anymore, hence deleted.
- BREAKING CHANGE: The Thumb property is deleted. To access the active TrackBarThumbElement, use the CurrentThumb property of RadTrackBarElement.
![Button for Windows Forms by Telerik]()
Buttons
- FIXED: RadRadioButton does not render correctly its state in when disabled.
![CheckBox for Windows Forms by Telerik]()
RadCheckBox
- FIXED: RadCheckBox cannot be checked programmatically if the control is disabled.
![ChartView for Windows Forms by Telerik]()
RadChartView
- FIXED: If one sets a value to the Palette property of a chart series before the series is added to a chart an exception is thrown.
- IMPROVED: One now can access the tooltip instance in order to customize it (change font, delay, etc)
![DateTimePicker for Windows Forms by Telerik]()
RadDateTimePicker
- FIXED: The position of the check box should be on the left side of the control.
![Dock for Windows Forms by Telerik]()
RadDock
- FIXED: When loading layout, the control reads the stream from the current position instead from the beginning of it.
- FIXED: NullReference exception when closing a form with floating MDI children.
- ADDED: The end-user should be able to edit the text of the tabs at runtime.
![DropDownList for Windows Forms by Telerik]()
RadDropDownList
- FIXED: The TextChanged event is fired when the control is placed in RadPageView and the RadPageViewPage is shown.
- FIXED: Even though the ShowImageInEditorArea value is True by default, unless this property is set in code, the images are not shown.
- FIXED: Cannot add images to a RadDropDownListEditableAreaElement.
- FIXED: The TextChanged event is fired on minimizing and maximizing the form.
![GridView for Windows Forms by Telerik]()
RadGridView
- ADDED: Export to CSV - An option allowing users to choose the encoding of the exported file.
- FIXED: HierarchyRowTraverser throws an exception when all levels are expanded and a filter is applied.
- FIXED: Composite Filter Form editors do not appear at the right place with custom DPI.
- FIXED: When one tries to filter by two expression columns an exception is thrown.
- FIXED: StackOverflowException occurs when decimal sorted columns are edited.
- FIXED: There is an exception in RadGridView when using an enum to bind GridViewComboBoxColumn.
- FIXED: HierarchyLevel property shows an incorrect value of GridNewRowElement in grid with hierarchy.
- FIXED: Wrong cell navigation after the grid is ungrouped.
- FIXED: The group summary rows are not updated correctly when a data row is moved from one group to another.
- FIXED: When a parsing error occurs in a decimal editor, the new value is not saved and the old value is returned.
![GroupBox for Windows Forms by Telerik]()
RadGroupBox
- FIXED: The border does not behave correctly on mouse hover/leave with HighContrastBlack theme.
![Label for Windows Forms by Telerik]()
RadLabel
- FIXED: Size goes to 0,0 after setting AutoSize to false on a newly added label to the form.
![ListView for Windows Forms by Telerik]()
RadListView
- FIXED: The SelectedIndexChanged event returns -1 after the first selected item change.
![MaskedEditBox for Windows Forms by Telerik]()
RadMaskedEditBox
- FIXED: Wrong behavior when using the RadMaskedEditBox with a Standard Mask and a space as a PromptChar.
- FIXED: The RadMaskedEditBox throws an exception if the Culture CurrencySymbol is empty.
- FIXED: The sender of the KeyPress event should be RadMaskedEditBox.
![PageView for WinForms by Telerik]()
RadPageView
- FIXED: RadPageViewPage's ToolTipText property should be localizable.
![PropertyGrid for Windows Forms by Telerik]()
RadPropertyGrid
- FIXED: When a drop down list editor loses focus the editor is not closed.
- FIXED: When setting the SelectedObjects property all read-only properties are not displayed.
- FIXED: The selected property description and text are not cleared when the SelectedObject is changed.
![RibbonBar for Windows Forms by Telerik]()
RadRibbonBar
- FIXED: RadRibbonForm's title bar buttons location is misplaced.
![RichTextBox for Windows Forms by Telerik]()
RadRichTextBox
- FIXED: The tab character has a wrong size.
- FIXED: Copy and paste of hyperlink in RadRichTextBox produces formatted text instead of hyperlink.
![Scheduler for Windows Forms by Telerik]()
RadScheduler
- FIXED: Resizing Appointment causes an exception.
- FIXED: AppointmentFormatting event is not working.
- FIXED: Appointment formatting issues in bound mode when resource adding is in a given order.
![Text Box for Windows Forms by Telerik]()
RadTextBox
- FIXED: TabStop should work at design-time.
![AutoComplete Box for Windows Forms by Telerik]()
RadAutoCompleteBox
- FIXED: The cursor is remaining in the control, even though it is no longer on focus.
- FIXED: Symbol characters are processed as mnemonics in RadAutoCompleteBox when Italian keyboard is used and non-modifier (Alt or Ctrl) keys are pressed.
![TitleBar for Windows Forms by Telerik]()
RadTitleBar
- FIXED: RadTitleBar shows an incorrect title when the theme is Aqua and the text is "Text(text)".
![TreeView for Windows Forms by Telerik]()
RadTreeView
- FIXED: RadTreeView exception on drag & drop operation of expanded node
- FIXED: RadTreeView NodesNeeded event raised for all nodes of the Tree when Tablet PC Components installed or touch based device is used
- FIXED: RadTreeView does not reset the SelectedNode when the nodes are cleared in unbound mode
- FIXED: RadTreeView - CreateNode event is not fired when adding a node from the New menu item in the context menu
- FIXED: RadTreeView - DragEnded is not fired when the control is bound
- FIXED: RadTreeView - ScrollBars do not appear the second time the form is shown as a dialog
![Telerik Presentation Framework by Telerik]()
Telerik Presentation Framework
- FIXED: TPF - Image in LightVisualElement is not thread safe and this may lead to exceptions
- FIXED: TPF - Font names are not parsed correctly in tiny-html parser when using single quotes
- FIXED: The inner border of the OuterInnerBorder BorderBoxStyle drawing has visual glitches
![Visual Style Builder for Windows Forms by Telerik]()
Visual Style Builder for WinForms
- FIXED: No way to style the DescriptionListDataItem correctly
![Themes by Telerik]()
Themes
- FIXED: Windows8 theme - RadMenu is missing the styling of the MDI Buttons.
- FIXED: VisualStudio2012Light theme - There is no style for the error indicator of RadPropertyGrid items.
- FIXED: DesertTheme - the overlapping of the tab items in DocumentWindows causes double lines.
- FIXED: All dialogs shown at design time should support HighContrastBlack theme.
- FIXED: Improvements in the editors styling in all themes.
↧
↧
![Themes by Telerik]()
New Demo application
- The Demo application has been revamped to comply with the latest UI trends. Currently available with a C# solution only.
![Calculator drop down for Winfows Forms by Telerik]()
RadCalculatorDropDown (New Control)
-
RadCalculatorDropDown has a simple easy-to-use interface enabling the end user to perform all basic calculations such as addition, subtraction, multiplication, division as well as some more complicated ones – reciprocal, square root, negate. The operations can be executed either by clicking the calculator buttons, or by using your keyboard. You can also use the numeric keypad to type numbers and operators by pressing Num Lock. Furthermore, all the Memory and Clear features are exposed as well.
![TrackBar for Windows Forms by Telerik]()
RadTrackBar
- ADDED: Support for multiple ranges.
- ADDED: Start from beginning mode.
- ADDED: LabelFormatting and TickFormatting events.
- ADDED: Right-to-left layout support.
- ADDED: Labels and tooltips support.
- ADDED: Left and right buttons.
- IMPROVED: Allowed the thumb to be placed between ticks.
- IMPROVED: Allowed full customization when using the Visual Style Builder.
- IMPROVED: The developer is allowed to override the default mouse click behavior.
- IMPROVED: RadTrackBar allows setting text to both the control and the scales.
- FIXED: RadTrackBarElement has an incorrect behavior when the AutoSize property is false.
- FIXED: The Value can be set programmatically only once.
- FIXED: The thumb has an incorrect offset when dragged with the mouse.
- FIXED: When initially loaded, RadTrackBar's thumb is not aligned properly.
- FIXED: RadTrackbar with width less than 90 pixels shows incorrect values.
- BREAKING CHANGE: Changed the internal control structure and the element tree.
- BREAKING CHANGE: Due to the internal layout structure changes, the FitTrackerToSize property is not used anymore, hence deleted.
- BREAKING CHANGE: Due to the internal layout structure changes, the PreferredSize property is not used anymore, hence deleted.
- BREAKING CHANGE: The Thumb property is deleted. To access the active TrackBarThumbElement, use the CurrentThumb property of RadTrackBarElement.
![Button for Windows Forms by Telerik]()
Buttons
- FIXED: RadRadioButton does not render correctly its state in when disabled.
![CheckBox for Windows Forms by Telerik]()
RadCheckBox
- FIXED: RadCheckBox cannot be checked programmatically if the control is disabled.
![ChartView for Windows Forms by Telerik]()
RadChartView
- FIXED: If one sets a value to the Palette property of a chart series before the series is added to a chart an exception is thrown.
- IMPROVED: One now can access the tooltip instance in order to customize it (change font, delay, etc)
![DateTimePicker for Windows Forms by Telerik]()
RadDateTimePicker
- FIXED: The position of the check box should be on the left side of the control.
- FIXED: Setting the ShowUpDown property, changes the control border and ForeColor, so it looks like disabled.
![Dock for Windows Forms by Telerik]()
RadDock
- FIXED: When loading layout, the control reads the stream from the current position instead from the beginning of it.
- FIXED: NullReference exception when closing a form with floating MDI children.
- ADDED: The end-user should be able to edit the text of the tabs at runtime.
![DropDownList for Windows Forms by Telerik]()
RadDropDownList
- FIXED: The TextChanged event is fired when the control is placed in RadPageView and the RadPageViewPage is shown.
- FIXED: Even though the ShowImageInEditorArea value is True by default, unless this property is set in code, the images are not shown.
- FIXED: Cannot add images to a RadDropDownListEditableAreaElement.
- FIXED: The TextChanged event is fired on minimizing and maximizing the form.
![GridView for Windows Forms by Telerik]()
RadGridView
- ADDED: Export to CSV - An option allowing users to choose the encoding of the exported file.
- FIXED: HierarchyRowTraverser throws an exception when all levels are expanded and a filter is applied.
- FIXED: Composite Filter Form editors do not appear at the right place with custom DPI.
- FIXED: When one tries to filter by two expression columns an exception is thrown.
- FIXED: StackOverflowException occurs when decimal sorted columns are edited.
- FIXED: There is an exception in RadGridView when using an enum to bind GridViewComboBoxColumn.
- FIXED: HierarchyLevel property shows an incorrect value of GridNewRowElement in grid with hierarchy.
- FIXED: Wrong cell navigation after the grid is ungrouped.
- FIXED: The group summary rows are not updated correctly when a data row is moved from one group to another.
- FIXED: When a parsing error occurs in a decimal editor, the new value is not saved and the old value is returned.
- ADDED: Users should be able to choose which child view to export.
- FIXED: The combo box column falls in an invalid state if one changes the value of any of the objects in the data source.
- FIXED: One cannot create a custom summary cell element and use it through a custom column.
![GroupBox for Windows Forms by Telerik]()
RadGroupBox
- FIXED: The border does not behave correctly on mouse hover/leave with HighContrastBlack theme.
![Label for Windows Forms by Telerik]()
RadLabel
- FIXED: Size goes to 0,0 after setting AutoSize to false on a newly added label to the form.
![ListView for Windows Forms by Telerik]()
RadListView
- FIXED: The SelectedIndexChanged event returns -1 after the first selected item change.
- FIXED: Drag dropping items between two list views stops working after several drag drops in both directions.
- FIXED: The drag drop service does not allow one tho drag an item from one list view and drop it over the items of another.
![MaskedEditBox for Windows Forms by Telerik]()
RadMaskedEditBox
- FIXED: Wrong behavior when using the RadMaskedEditBox with a Standard Mask and a space as a PromptChar.
- FIXED: The RadMaskedEditBox throws an exception if the Culture CurrencySymbol is empty.
- FIXED: The sender of the KeyPress event should be RadMaskedEditBox.
![PageView for WinForms by Telerik]()
RadPageView
- FIXED: RadPageViewPage's ToolTipText property should be localizable.
![PropertyGrid for Windows Forms by Telerik]()
RadPropertyGrid
- FIXED: When a drop down list editor loses focus the editor is not closed.
- FIXED: When setting the SelectedObjects property all read-only properties are not displayed.
- FIXED: The selected property description and text are not cleared when the SelectedObject is changed.
- FIXED: When one filters properties through the Search bar, the properties should be filtered based on their display name.
![RibbonBar for Windows Forms by Telerik]()
RadRibbonBar
- FIXED: RadRibbonForm's title bar buttons location is misplaced.
![RichTextBox for Windows Forms by Telerik]()
RadRichTextBox
- FIXED: The tab character has a wrong size.
- FIXED: Copy and paste of hyperlink in RadRichTextBox produces formatted text instead of hyperlink.
![Scheduler for Windows Forms by Telerik]()
RadScheduler
- FIXED: Resizing Appointment causes an exception.
- FIXED: AppointmentFormatting event is not working.
- FIXED: Appointment formatting issues in bound mode when resource adding is in a given order.
![Text Box for Windows Forms by Telerik]()
RadTextBox
- FIXED: TabStop should work at design-time.
![AutoComplete Box for Windows Forms by Telerik]()
RadAutoCompleteBox
- FIXED: The cursor is remaining in the control, even though it is no longer on focus.
- FIXED: Symbol characters are processed as mnemonics in RadAutoCompleteBox when Italian keyboard is used and non-modifier (Alt or Ctrl) keys are pressed.
![TitleBar for Windows Forms by Telerik]()
RadTitleBar
- FIXED: RadTitleBar shows an incorrect title when the theme is Aqua and the text is "Text(text)".
![TreeView for Windows Forms by Telerik]()
RadTreeView
- FIXED: RadTreeView exception on drag & drop operation of expanded node
- FIXED: RadTreeView NodesNeeded event raised for all nodes of the Tree when Tablet PC Components installed or touch based device is used
- FIXED: RadTreeView does not reset the SelectedNode when the nodes are cleared in unbound mode
- FIXED: RadTreeView - CreateNode event is not fired when adding a node from the New menu item in the context menu
- FIXED: RadTreeView - DragEnded is not fired when the control is bound
- FIXED: RadTreeView - ScrollBars do not appear the second time the form is shown as a dialog
- FIXED: RadTreeView - Object-Relational binding does not work correctly in editing scenario.
![Telerik Presentation Framework by Telerik]()
Telerik Presentation Framework
- FIXED: TPF - Image in LightVisualElement is not thread safe and this may lead to exceptions
- FIXED: TPF - Font names are not parsed correctly in tiny-html parser when using single quotes
- FIXED: The inner border of the OuterInnerBorder BorderBoxStyle drawing has visual glitches
- BREAKING CHANGE: Renamed RadCalculator to RadCalculatorDropDown.
- BREAKING CHANGE: Renamed RadCalculatorElement to RadCalculatorElementDropDown
- BREAKING CHANGE: The default value of the TabStop property is set to true. Until now, the value was set to false and this is how it it serialized in the designer files. Each control which internally uses RadTextBoxBase, namely RadTextBox, RadMaskedEditoBox, RadDateTimePicker, RadSpinEditor, RadBrowseEditor, RadTimePicker, RadDropDownList, RadColorBox will have its TabStop property serialized with false. Simply remove this setting from the designer files to allow tab stop in the control. This fix will change the behavior of the RadTextBox control on existing forms, as these have already serialized the TabStop property with value false in the Designer file. Just remove this setting from the Designer file and you will be able to tab back into the control.
![Visual Style Builder for Windows Forms by Telerik]()
Visual Style Builder for WinForms
- FIXED: No way to style the DescriptionListDataItem correctly
![Themes by Telerik]()
Themes
- FIXED: Windows8 theme - RadMenu is missing the styling of the MDI Buttons.
- FIXED: VisualStudio2012Light theme - There is no style for the error indicator of RadPropertyGrid items.
- FIXED: DesertTheme - the overlapping of the tab items in DocumentWindows causes double lines.
- FIXED: All dialogs shown at design time should support HighContrastBlack theme.
- FIXED: Improvements in the editors styling in all themes.
- FIXED: Windows8 theme - There is missing style of RadCheckBoxElement.ToggleState = Intermediate state.
↧
![RadGanttView for Windows Forms by Telerik]()
RadGanttView (Beta) (New control)
- Telerik GanttView is a control for managing and visualization project data. It supports
different types of items: Regular task Summary task, Milestone task and Relations
between tasks.
![Visual Studio for Windows Forms by Telerik]()
Visual Studio
- RadControls for WinForms are now Visual Studio 2013 Ready
![ChartView for Windows Forms by Telerik]()
RadChartView
- FIXED: When using grid and setting colors for its cells/borders, the pixel before
the last one is not colored.
![DropDownList for Windows Forms by Telerik]()
RadDropDownList
- FIXED: If one calls the SelectAllText method the wrong action is executed.
![GridView for Windows Forms by Telerik]()
RadGridView
- FIXED: When custom filtering is applied and the user types a letter in the filter
cell and deletes it, the filtering is not reset.
![ListView for Windows Forms by Telerik]()
RadListView
- FIXED: If one creates a custom ViewElement, RadListView always creates SimpleListViewVisualItem
for the items.
![RadPdfViewer for Windows Forms by Telerik]()
RadPdfViewer
- FIXED: RadPdfViewer shows wrong colors.
- FIXED: There is an exception in RadPdfViewer when using type 1 fonts.
![PropertyGrid for Windows Forms by Telerik]()
RadPropertyGrid
- ADDED: The ability to change the default behavior of the drop-down editor.
![RichTextBox for Windows Forms by Telerik]()
RadRichTextBox
- FIXED: There is an exception when attempting to remove the selected text.
![Scheduler for Windows Forms by Telerik]()
RadScheduler
- FIXED: An appointment disappears if one drags and drops it outside a grouped timeline
view.
![Text Box for Windows Forms by Telerik]()
RadTextBox
- FIXED. Shift+Tab does not work properly.
![Dock for Windows Forms by Telerik]()
RadDock
- FIXED: Arithmetic overflow exception on drag under Windows 8 64-bit.
↧
October 16, 2013, 8:10 am
![RadRating for Windows Forms by Telerik]()
RadRating (New control)
- The ability to rate a product or service is a common feature that you see everywhere,
from ecommerce websites to doctor’s offices. With RadRating, we bring this functionality
to your Windows Forms application. This control has the ability to display ratings
via any number of Visual Elements like Stars, Hearts or Diamonds. Multiple selection
modes are available allowing you to accept only full ratings, half ratings or even
precision ratings, where you give the users the ability to set a decimal value like
2.4 stars
![RadRangeSelector for Windows Forms by Telerik]()
RadRangeSelector (New control)
- When working with large amounts of data, it is easy for a user to get overwhelmed
and lost in a sea of information. RadRangeSelector provides an elegant solution
to this problem. RadRangeSelector allows users to focus specifically on a subset
of data when they interactively and visually select a range in the chart. This range
is then visualized separately on its own allowing users to see and focus on that
specific data, free and uncluttered from the rest of the information displayed in
the main chart.
![RadGanttView for Windows Forms by Telerik]()
RadGanttView (Official version)
- ADDED: Today indicator.
- ADDED: Integration with RadScheduler.
- ADDED: Printing support.
- FIXED: Clicking on a DateTime cell in the Demo application causes an InvalidCastException.
![AutoComplete Box for Windows Forms by Telerik]()
RadAutoCompleteBox
- FIXED: When a token is removed on the click of its close button the TextBoxElement
loses focus.
![ChartView for Windows Forms by Telerik]()
RadChartView
- ADDED. The end-user can now zoom using the mouse.
- ADDED: A convenient API for formatting particular data point elements.
- FIXED: There is an error when trying to drill down in a PieChart.
- FIXED: ChartTrackballController shows incorrect text.
- FIXED: The area on the right of the last tick on the horizontal axis is considered
a stripe, hence it cannot be colored when the chart does not end with data point.
![CheckBox for Windows Forms by Telerik]()
RadCheckBox
- FIXED: RadCheckBox cannot be checked programmatically if the control is disabled.
![CommandBar for Windows Forms by Telerik]()
RadCommandBar
- ADDED: A convenient API for setting the focus on the items.
- FIXED: Loading a saved layout with a floating strip causes an exception.
- FIXED: The text of the CommandBarToggleButton is not correctly rendered when the
Orientation is Vertical.
- FIXED: The items in the overflow menu do not have tooltips.
- FIXED: The DisplayName property of RadCommandBarVisualElement class is not localizable.
![DateTimePicker for Windows Forms by Telerik]()
RadDateTimePicker
- FIXED: One cannot select a value from the calendar drop-down.
![Dock for Windows Forms by Telerik]()
RadDock
- ADDED: The ability to hide/show DockingGuides.
![DropDownList for Windows Forms by Telerik]()
RadDropDownList
- ADDED: A focus indicator for the DropDownList style.
- FIXED: Disabled items are selectable on a key press.
- FIXED: Keypress is not recognized if the arrow button is pressed.
![Forms]()
RadForm
- FIXED. Setting the Visibility of the TitleBar to Collapsed does not take effect
until the form is resized.
- FIXED: The title text can not be aligned.
![Forms and Dialogs for Windows Forms by Telerik]()
Forms and Dialogs
- FIXED: Showing a RadMessageBox from a PropertyValidating event handler of a RadPropertyGrid
throws an exception.
- FIXED: There is an incorrect behavior when RadMessageBox is used as TopMost.
![GridView for Windows Forms by Telerik]()
RadGridView
- ADDED: Exposed the row elements in ExportToExcelML in a way that developers can
access.
- ADDED: Support to print a RadGridView on two or more pages.
- FIXED: An exception is thrown if you dispose it on some of its mouse events.
- FIXED: The TextAlignment property of GridViewHyperlinkColumn is not taken into consideration.
- FIXED: The editor does not retain focus when a cell has an invalid value and the
mouse down button is pressed over another cell.
- FIXED: In the ValueChanging event if you set e.Cancel = true, the cursor will be
back at the start of the TextBoxItem.
- FIXED: One can not remove the first added group with the Property Builder.
- FIXED: The active editor is not focused when the CellValidating event is canceled
and navigation is performed.
- FIXED: Using localized text for CustomFilterDialogTrue and CustomFilterDialogFalse
causes an exception when applying the filter.
- FIXED: The selection with shift + arrows on hierarchical grid is incorrect.
- FIXED: Pasting in hierarchical grid pastes in the wrong column.
- FIXED: A NullReferenceException occurs on shift + down or shift + up in hierarchical
grid.
- FIXED: An ArgumentOutOfRangeException occurs when panning up and down on touch device.
- FIXED: The GridViewSummaryRow Variance and Standard Deviation functions do not work.
- FIXED: Setting NewRowEnterKeyMode to EnterMovesToNextCell fires CellValidate twice.
- FIXED: Disposing the grid when it is grouped may cause an exception.
- FIXED: The CalculatorColumn does not select the value when the edit mode is entered.
- FIXED: A first chance exception with GridViewImageColumn may occur.
![MaskedEditBox for Windows Forms by Telerik]()
RadMaskedEditBox
- ADDED: The ability to access the ErrorProvider.
- FIXED: RadDateTimeEditor does not obey MaxDate and MinDate properties when the value
is changed by keyboard input.
- FIXED: Does not work correctly when the whole text is selected and the end-user
presses the "Enter" key.
![Menu for Windows Forms by Telerik]()
RadMenu
- FIXED: Tooltips are not shown.
![MultiColumn ComboBox for Windows Forms by Telerik]()
RadMultiColumnComboBox
- FIXED: An ArgumentOutOfRangeException occurs when bound to DataTable.
![PageView for WinForms by Telerik]()
RadPageView
- ADDED: The ability to allow the end-users to change RadPageViewItem's Text via editors.
![RadPdfViewer for Windows Forms by Telerik]()
RadPdfViewer
- ADDED: PDF thumbnails support.
- FIXED: Does not show/render text when a pdf document is loaded.
- FIXED: Throws an Exception when a scroll operation takes place in the document.
- FIXED: Dragging RadPdfViewer to a form does not include the TelerikCommon assembly
in the project.
![RadPivotGrid for Windows Forms by Telerik]()
RadPivotGrid
- ADDED: Localization provider.
- ADDED: Export to Excel support.
- FIXED: Does not print all columns.
- IMPROVED: DateTime fields should include the parent name in their name.
![PropertyGrid for Windows Forms by Telerik]()
RadPropertyGrid
- FIXED: RadPropertyStore.AddRange does not notify for item changes.
- FIXED: When a spin editor loses focus the editor is not closed.
- FIXED: Nullable types are not converted property.
![RibbonBar for Windows Forms by Telerik]()
RadRibbonBar
- FIXED: The Keytips will not activate when splash screen is used to load the application.
- FIXED: Radio buttons do not work if an Office2010 theme is applied through the designer.
![RichTextBox for Windows Forms by Telerik]()
RadRichTextBox
- FIXED: When importing from HTML margins get omitted.
- FIXED: There is a delay when deleting text.
- FIXED: The supported CSS property "margin-right" is not working correctly when exporting
to HTML.
- FIXED: Incorrect selection behavior.
- FIXED: An ArgumentException occurs when an image can not be found.
![Scheduler for Windows Forms by Telerik]()
RadScheduler
- FIXED: The NavigateToNextResource of the RadSchedulerElement does not work.
![RadSpellChecker for Windows Forms by Telerik]()
RadSpellChecker
- FIXED: RadSpellChecker is not disposed properly.
![Spin Editor for Windows Forms by Telerik]()
RadSpinEditor
- FIXED: Changing Hexadecimal property changes the control's Value.
![Text Box for Windows Forms by Telerik]()
RadTextBox
- FIXED: RadMultiColumnComboBox/RadDropdownList - when the form is started the textbox
shows the end of the text instead of the begging of it.
- FIXED: The text is not visible on minimize and restore of the form.
![Text Box Control for Windows Forms by Telerik]()
RadTextBoxControl
- FIXED: Cut, delete and paste items should not be enabled in read-only mode.
![TimePicker for Windows Forms by Telerik]()
RadTimePicker
- FIXED: The ForeColor of the control remains gray after disabling and re-enabling
it.
- FIXED: Clock header ignores the format specification when a value has not been selected
yet.
![TitleBar for Windows Forms by Telerik]()
RadTitleBar
- BREAKING CHANGE: The inner structure is changed. The caption element is now the
last child of the dock layout element inside RadTitleBarElement. If you have code
that accesses the TextPrimitive or the StackLayoutElement holding the title bar
buttons, you should use the following indexes for the stack index 1 in its parent
Children collection, for the TextPrimitive – 2.
![TrackBar for Windows Forms by Telerik]()
RadTrackBar
- FIXED: The TrackBarIndicatorElement does not resize correctly when RadTrackBar is
being resized at run time and the Maximum value of RadTrackBar is set.
![TreeView for Windows Forms by Telerik]()
RadTreeView
- FIXED: Invalid rendering of disabled Nodes collection.
- FIXED: Clearing selected nodes collection with multi-select make RadTreeView hang.
![Visual Style Builder for Windows Forms by Telerik]()
Themes
- ADDED: Office 2013 Light theme.
- FIXED: The Aqua theme is missing an image in the TableElement.ErrorRowHeaderImage.
- FIXED: VS2012Light theme - there is no style for the drag&drop indicator of RadTreeView
Nodes.
- FIXED: Office2007Black has additional labels in the header and footer in RadPageView.
- FIXED: TelerikMetro theme – there is 1px extra padding on the right.
- FIXED: VS2012LightTheme - the DropDownArrow button draws a border on the left-side
instead of drawing a thin four-side.
- FIXED: The Active text box editor overlaps the bottom cell border when RadGridView
uses Windows 7 Theme.
- FIXED: RadRibbonBar does not look correct when using Office2010Blue theme.
- FIXED: RadTimePicker - when styled with Aqua theme the up arrow points downwards.
- FIXED: RadWizard - the hover and pressed styles for the focused button in the Windows7
theme are missing.
- FIXED: RadProgressBar - there are missing pixels in some themes.
- FIXED: RadColorSelector does not work correctly with Office2007Black theme.
![Telerik Presentation Framework by Telerik]()
Telerik Presentation Framework
- ADDED: RadMessageFilter - the ability to retain the params for the NextHookEx when
NoDispach via CallNextHookWhenNoDispatch property.
- FIXED: ChordMessageFilter - adding a Shortcut which is null can cause exception.
- FIXED: The PrintSettings dialog crash if Printer's SourceName is empty.
↧
↧
November 27, 2013, 8:28 am
![ChartView for Windows Forms by Telerik]()
RadChartView
- ADDED: API for pan and zoom with lasso selection.
- FIXED: The SelectionMode is toggled off when set to the same value.
- FIXED: When the label of the LinearAxis is very long, it overlaps the vertical axis.
- FIXED: Enabling the TrackBall causes an exception.
- FIXED: The right border of the chart grid is drawn outside the chart bounds.
![CommandBar for Windows Forms by Telerik]()
RadCommandBar
- FIXED: The KeyDown event for CommandBarDropDownList does not fire.
![Dock for Windows Forms by Telerik]()
RadDock
- FIXED: The previously visible window is still visible when showing a hidden window.
- FIXED: An arithmetic overflow exception on drag under Windows 8 64-bit.
![DropDownList for Windows Forms by Telerik]()
RadDropDownList
- FIXED: Pressing the Down and Up keys cannot be suppressed.
- FIXED: Setting the UseDefaultDisabledPaint property of the RootElement to false
in VSB is not applied.
- FIXED: Removing the SelectedItem in the underlying DataSource breaks the control's
selection.
![RadGanttView for Windows Forms by Telerik]()
RadGanttView
- ADDED: Support for custom timeline.
- ADDED: Support for automatic timeline.
- FIXED: The property grid does not use the applied TypeConverter when converting
standard values.
- FIXED: When scrolling, the memory consumptions grows indefinitely.
- FIXED: Changing the timeline viewmode does not refresh the items properly.
- FIXED: The TextViewCellFormatting event is not fired for header cells.
- FIXED: The TaskElements display at the wrong time.
![GridView for Windows Forms by Telerik]()
RadGridView
- ADDED: New column - GridViewRatingColumn - that allows you to see the rating of items in RadGridView.
- FIXED: When copying a date time cell value to the clipboard, it is being copied
in a 24 hour format with AM/PM, which is not needed.
- FIXED: The DropDownListEditor SuggestAppend autocomplete ignores keypress.
- FIXED: The Copy option should be available even in ReadOnly mode.
- FIXED: Grouping by combobox column when RadGridView is bound to dataTable throws
a FormatException.
- IMPROVED: When sorting a grouped combo box column, the DisplayMemberSort is not
taken into consideration.
- FIXED: One is still able to edit cells with BeginEditMode.BeginEditProgrammatically,
after changing the value of a check box cell.
- FIXED: RadDropDownListEditor does not behave correctly when its DropDownStyle is
DropDown.
- FIXED: The summary aggregate expression IIF(SUM(RecordCount) = 0, 0, 1/SUM(RecordCount))
causes an exception in RadGridView.
- FIXED: The Average aggregate function returns an incorrect integer result when applied
over an integer column.
- FIXED: Windows7Theme - The hover visual style is applied on non-hovered cell in
Windows 7 Theme.
- FIXED: The MinWidth property is not respected when resizing columns with the mouse
and using column groups view.
- FIXED: GridViewDateTimeColumn does not allow entering an year between MinValue and
MaxValue.
![ListView for Windows Forms by Telerik]()
RadListView
- FIXED: IconsView scrollbar does not update appropriately.
- FIXED: IconsListView with Horizontal orientation does not align items properly.
- FIXED: RadListView layout does not arrange list view items correctly.
- FIXED: RadListView in IconsView and Horizontal ViewElement.Orientation does not
navigate its items correctly using arrow keys.
- FIXED: Releasing the left mouse button over the selected item while scrolling starts
editing of the item.
![MaskedEditBox for Windows Forms by Telerik]()
RadMaskedEditBox
- FIXED: Setting the Value to null clears the mask.
![RadPdfViewer for Windows Forms by Telerik]()
RadPdfViewer
- FIXED: Trying to load a PDF file in Form.Load does not give the expected result.
![RadPivotGrid for Windows Forms by Telerik]()
RadPivotGrid
- FIXED: Printing with selection causes an exception.
![PropertyGrid for Windows Forms by Telerik]()
RadPropertyGrid
- FIXED: When a parent item is marked as ReadOnly its sub items cannot be edited.
- FIXED: When a value of a property is changed and the sub items number depends on
the value, they are not invalidated.
- FIXED: When a property TypeConverter cannot convert from string, its text box editor
should be read-only.
- FIXED: The mouse cursor state is not changed back when the editor is active and
the column is resized.
- FIXED: The scrollbar appears when not needed.
- IMPROVED: Sub-items order is not constant and changes when the items are shown.
- ADDED: ValueChanged/ing events, which are fired when the value in the active editor
is changed/ing.
- ADDED: Support for adding values to an item with TypeConverter.GetStandardValuesExclusive
false.
- FIXED: A NullReferenceException occurs when changing the selected object from PropertyValueChanged
event handler.
![RibbonBar for Windows Forms by Telerik]()
RadRibbonBar
- FIXED: An exception occurs when RightToLeft is set to Yes and the Desert theme is
applied.
![RichTextBox for Windows Forms by Telerik]()
RadRichTextBox
- FIXED: When the ReadOnly property is set to true, you can still paste.
- FIXED: The HtmlFormatProvider throws an exception when the exported document contains
ASCII control characters.
- FIXED: RadRichTextBox exports two default Span.FontFamilyProperties with RtfFormatProvider.
- FIXED: Document's CreateDeepCopy method changes the numbers in all number lists.
![RadSpellChecker for Windows Forms by Telerik]()
RadSpellChecker
- FIXED: Dialogs do not show on top when the form has TopMost set to true.
- FIXED: Ignored words are not being saved.
- ADDED: The possibility to suggest misspelled words if they are all capital letters.
![Text Box for Windows Forms by Telerik]()
RadTextBox
- FIXED: The text is not visible on minimize and restore.
- IMPROVED: Removed the default text shown in RadTextBox and other editors when dropped
on the form.
![Text Box Control for Windows Forms by Telerik]()
RadTextBoxControl
- FIXED: Inserting a new line does not work as expected.
![TimePicker for Windows Forms by Telerik]()
RadTimePicker
- FIXED: ReadOnly prevents the developer from setting a value programmatically.
![TreeView for Windows Forms by Telerik]()
RadTreeView
- FIXED: Clearing the Nodes does not clear selected nodes.
- FIXED: SelectedNodes.Clear does not work in single selection mode.
- FIXED: RadContextMenu locks the user interface under Windows8.
- FIXED: Font rendering is not correct.
- FIXED: An exception occurs when clearing child nodes.
- FIXED: TreeViewDragDropService cannot be canceled.
- FIXED: Adding or removing a node through the BindingList API collapses all nodes
in self-reference hierarchy in RadTreeView.
- FIXED: RadTreeView should be updated automatically when its binding-source is updated
with a new record.
![Themes for Windows Forms by Telerik]()
Themes for WinForms
- ADDED: Office 2013 Dark theme.
- FIXED: VisualStudio2012Light theme - title bar has a black border.
- FIXED: Windows8 Theme - there is an exception when dragging under Windows Server
2008.
- FIXED: The Office2010Black theme is missing for RadSplitButtonElement placed in
RadRibbonBar.
- FIXED: The text of the quick access buttons looks doubled when an Office 2010 theme
is applied.
![Button for Windows Forms by Telerik]()
Buttons
- FIXED: The right border is missing when AutoSize is true and the MinimumSize is
set.
![Scheduler for Windows Forms by Telerik]()
RadScheduler
- ADDED: Printing methods to scheduler print styles.
![ListControl for Windows Forms by Telerik]()
RadListControl
- ADDED: A CollectionChanged event which gets fired when items in the SelectedItems collections are
changed.
![Telerik Presentation Framework by Telerik]()
Telerik Presentation Framework
- ADDED: The ability to enable/disable gesture support per control.
↧
February 20, 2013, 9:48 am
↧
February 20, 2013, 9:48 am
↧
February 20, 2013, 9:48 am
- ADDED: New theme - VisualStudio2012Dark.
↧
↧
February 20, 2013, 9:48 am
- ADDED: An option to export CSV content without quotes.
- ADDED: Support for sub-property binding in child templates for object relational binding.
- ADDED: Copying and Pasting events in RadGridView.
- IMPROVED: Improved RadGridView performance when sorting operation is applied.
- IMPROVED: Allowed hiding the SummaryRowItems for groups.
- IMPROVED: Improved the localization for conditional formatting form.
↧
February 20, 2013, 9:48 am
↧
February 20, 2013, 9:48 am
↧
February 20, 2013, 9:48 am
↧
↧
↧
↧
↧
↧
↧
↧
↧
↧