
Adds FluentDark theme, radar column series for RadChartView, plus updates to RadGridView and PdfProcessing.
Features
- RadChartView
- Implement radar column series.
- RadGridView
- Support for spread export of image columns.
- Add ability to control the checkbox alignment for the GridViewCheckBoxColumn.
- Theming
- Themes - add FluentDark theme.
- PdfProcessing
- Implemented support for inline images.
Fixes
- Buttons
- Fixed - RadCheckBox - some states are missing from RadCheckBoxElement.
- RadChartView
- Fixed - Disposing the chart in OpenEdge results in a NotImplementedException.
- RadDataFilter
- Fixed - SortOrder property doesn't take effect when the SortFieldNames is set to true.
- RadDesktopAlert
- Fixed - Size is not adjusted when you change the ContextText while the alert is shown.
- RadDiagram
- Fixed - PanToPosition method throws exception if no subscription to the Pan event exists.
- Fixed - Hide the RightToLeft property for RadDiagram.
- Fixed - RibbonBar - one cannot set the AssociatedControl at design time when used inside a user control.
- RadDock
- Fixed - Ampersand is not displayed as expected in the context menu for the DocumentTabStrip.
- Fixed - Document tabs overlay in Office2010Silver, Office2010Black, Office2010Blue.
- RadDropDownList
- Fixed - TextChanged event is not fired when the user types in the editable part.
- Fixed - The first item is always selected when the items do not have text and the control looses the focus.
- RadGanttView
- Fixed - Exception when the EndDate is cleared and the editor is closed.
- Fixed - While printing the control should respect the FormatString property set to the columns.
- Fixed - Extend the GanttViewPrintElementFormattingEventArgs class to provide information about the column.
- RadGridView
- Fixed - Goes in invalid state when using filtering in combination with HeaderCheckBox.
- Fixed - Selected cell's text is shifted to the left.
- Fixed - Missing column in RadGridView if the name contains a dot.
- Fixed - DateTime values prior to 1/1/1900 should be exported to Excel as text value.
- Fixed - 'Object reference not set to an instance of an object' when editing a column's FilterDescriptor property at design time.
- Fixed - All pinned column types should have identical fill style in Windows8 theme.
- RadListControl
- Fixed - The DescriptionFont set to the DescriptionTextListDataItem is not respected.
- RadListView
- Fixed - Filtering with FilterOperator.IsContainedIn doesn't work.
- RadMap
- Fixed - The BingRestMapProvider should build URIs using invariant culture.
- RadMessageBox
- Fixed - The message is not centered to its owner when used in MDI scenario.
- RadPanorama
- Fixed - Incorrect background image in the Windows7 theme.
- RadScheduler
- Fixed - Exception when ActiveViewType is TimeLine and starting a print operation with a PrintStyle.
- Fixed - The search grid is not sorted properly by start/end dates.
- RadSpellChecker
- Fixed - Unhandled exceptions when loading a dictionary with MEF.
- RadSpreadsheet
- Fixed - Leaking memory after disposing the control.
- RadTextBox
- Fixed - NullText should be shown even if the control is focused and the text is empty.
- RadTreeView
- Fixed - Deleted nodes via the context menu are not removed from the DataSource.
- Fixed - Drag hint flickers while dragging a node.
- RadVirtualGrid
- Fixed - Exception when the paging is enabled and one presses Ctrl + End.
- Theming
- Fixed - FluentTheme - all sort arrows are visible in the ListView.
- TPF Designtime Support
- Fixed - Element Hierarchy Editor - the controls are not anchored and are not resized with the form.
- TPF
- Fixed - RadControl - in DPI unaware applications the controls` fonts are scaled on Windows 7 with scaling set to 125%.
- PdfProcessing
- Fixed - InvalidCastException is thrown when importing inline images.
- Fixed - Button field is imported as CheckBoxField instead of RadioButtonField when the Radio flag is not set and there are multiple widgets with different "ON" state names.
- RadRichTextEditor
- Fixed - Images in imported RTF file sometimes flicker when the control is scrolled and they are not exported to PDF.
- Fixed - Table is not inserted with specific width when LayoutMode is Flow or FlowNoWrap.
- Fixed - Localization strings for some parts of the UI are missing.
- Fixed - Spellchecker marks "could've" and similar words as incorrect.
- Fixed - RtfFormatProvider: KeyNotFoundException is thrown when exporting document with elements that have style name pointing to non-existing style.
- WordsProcessing
- Fixed - Images with uppercase extension cause NullReferenceException when exporting to DOCX.
- Fixed - Table with specified width does not expand to its full width when exported to PDF.