
PdfProcessing implements support for inline images.
Features
- GridView
- Introduced IsExpandedBinding and IsExpandableBinding properties.
- Improved experience when business object types overrides Equals and there are items with the same object equality.
- PdfProcessing
- Implemented support for inline images.
Fixes
- 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 - When you focus / unfocus a ToolWindow in VisualStudio2013 theme its size is jumping.
- Fixed - Panes are disappearing when the Docking is in Deferred mode and performing drag and drop.
- FluidContentControl
- Fixed - FluidContentControl does not properly propagate its DataContext to Small/LargeContent.
- GanttView
- Fixed - Drag drop of GanttTask causes memory leak.
- GridView
- Fixed - When exporting ColumnGroups they are not aligned properly when the IsVisible property of a column is set to "False".
- Fixed - Reloading the data source with columns different from the initially generated ones is slow.
- Fixed - When business object has object.Equals overriden, SelectedItem binding does not select a row. Fix is only available for GroupRenderMode.Flat.
- ListBox
- 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.
- Fixed - Deadlock causes the application to freeze while scrolling.
- 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.
- 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.
- 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.