
Implemented support for inline images for PdfProcessing, plus improved touch support for FileDialogs.
Features
- FileDialogs
- Added touch support to open ShellContextMenu on TapHoldAndRelease.
- GridView
- Introduce IsExpandedBinding and IsExpandableBinding properties.
- Improve experience when business object types overrides Equals and there are items with the same object equality.
- PdfProcessing
- Implemented support for inline images.
Fixes
- All Controls
- Fixed - ItemChanged is not fired after the ObservableCollection.Move method is used.
- AutoCompleteBox
- Fixed - Watermark text is not visible when an AutoCompleteItem(s) is hovered in Fluent dark theme.
- Calendar
- Fixed - Current date background color is not correct when IsFromCurrentView is False in Fluent theme.
- ChartView
- Fixed - Zooming deeply while using SplineSeries with DateTimeContinuousAxis throws ArgumentOutOfRange exception.
- Fixed - PaletteChanged handler retains the whole control in memory, when it is hosted in RadDocking.
- DataPager
- Fixed - Right ellipsis button navigates one page further than expected.
- Fixed - When NumericButtonCountis == 2, right side ellipsis button behaves inconsistently.
- Docking
- Fixed - Drop indicator is not visible in the dark variation of the Fluent theme.
- Fixed - Floating Tool Window is not distinguished from the rest of the panes in dark variation of the Fluent theme.
- Fixed - When you focus / unfocus a ToolWindow in VisualStudio2013 theme its size is jumping.
- Fixed - DocumentHostPaneGroup's close button has a border in Fluent theme with StyleManager.
- Fixed - Panes are disappearing when the Docking is in Deferred mode and performing drag and drop.
- Expander
- Fixed - Header toggle button's background is wrong when disabled in Fluent theme.
- FileDialogs
- Fixed - FileName is cleared when navigating through the directories in SaveFileDialog.
- Fixed - Mismatched TextBox style for VisualStudio2013 theme in editing text box.
- Fixed - XamlParseException after loading Office2016, Office2016Touch, Material or Green xaml files in code and then choosing details view in dialog.
- Fixed - Extension filters are case sensitive which leads to incorrect filtering of files.
- FluidContentControl
- Fixed - FluidContentControl does not properly propagate its DataContext to Small/LargeContent.
- GanttView
- Fixed - Drag drop of GanttTask causes memory leak.
- Fixed - GridResizer drag indicator has a wrong background in Fluent theme.
- Gauges
- Fixed - XamlParseException is thrown if you use Marker in some of the Gauge controls in Office2016Touch theme.
- Fixed - ComException is thrown when interactive gauge is used inside RadFluidContentControl or RadTransitionControl.
- Fixed - The Gauge's interactivity does not work when placed in panel with Effect.
- GridView
- Fixed - When exporting ColumnGroups they are not aligned properly when the IsVisible property of a column is set to "False".
- Fixed - Search via search panel does not find sequences with more than one space.
- Fixed - Search functionality may highlight an empty cell.
- Fixed - Reloading the data source with columns different from the initially generated ones is slow.
- Fixed - GridViewHeaderCell's filter icon does not have filtered state in Fluent theme.
- Fixed - FilteringControl background is not changed when acrylic is disabled in Fluent theme.
- Fixed - RelativeSource Binding in ColumnGroupDescriptor does not work when the GroupPanel is hidden in Green, Office2016, Office2016Touch, Material and Fluent themes.
- Fixed - Placing GridView in RadDocking may result in an infinite loop if aggregates are present.
- Fixed - When business object has object.Equals overriden, SelectedItem binding does not select a row. Fix is only available for GroupRenderMode.Flat.
- ListBox
- Fixed - Scrolling on touch devices by swiping does not work as expected when VirtualizingPanel.ScrollUnit is Pixel (.Net 4.5).
- Fixed - The StartsWith TextSearchMode is case sensitive (the same as the StartsWithCaseSensitive).
- Map
- Fixed - Added an option in BingRestSearchLocationOptions for searching location with BING REST Location API unstructured URLs.
- PDF Viewer
- Fixed - Gradient stop colors in Linear and Radial gradients are not calculated correctly.
- 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.
- ProgressBar
- Fixed - Indeterminate ProgressBar which is collapsed still has its animations active which results in CPU usage.
- PropertyGrid
- Fixed - Validation Tooltip has an incorrect template for Fluent theme.
- RibbonView
- Fixed - Default background is white and the content is not visibile in Fluent Dark theme.
- RichTextBox
- 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 - ArgumentOutOfRangeException is thrown when replacing all occurrences of given text if the replace text is with smaller length than the searched text.
- 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.
- ScheduleView
- Fixed - Drag drop in MonthViewDefintion causes memory leak.
- Fixed - TimeMarkerBrush property of TimeMarkers causes memory leak.
- Spreadsheet
- Fixed - NameBox TextBox is not themed properly with StyleManager in Green, Office2016, Office2016Touch, and Material themes.
- TileView
- Fixed - BringIntoView method throws InvalidOperationException when changing the theme and adding a tile at runtime.
- VirtualGrid
- Fixed - Changes on the DataProvider's Source Collection are not reflected in the UI.
- Fixed - Issue with double text when editing when populating with data through DataProvider in Transparent, Material and Fluent themes. If populating with data manually, you will need to set a background to the editor.
- Fixed - When using DataProvider, the default editor (TextBox) has no applied theme in a StyleManager scenario.
- Fixed - FilteringControl background is not changed when acrylic is disabled in Fluent theme.
- VirtualizingWrapPanel
- Fixed - Selection of the host Selector control is changed while scrolling and IsSelected of ListBoxItem is two way bound to IsSelected of the ViewModel.
- Window
- Fixed - Non-transparent RadWindow throws exception when being closed right after shown.
- 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.