The Licensing model has been updated from 2020v2 release for all WPF controls.
Basic Library for WPF
Bug fixes
[C1TreeView] Fixed the issue of selected item could not be unselected when clicked, if SelectionMode is set to 'Multiple' or 'Extended'.
[C1PdfViewer] Fixed the issue of allow replacing localized string with custom string(s).
[C1Window] Fixed the issue of C1Window thta could not be opened if the remote connection was discontinued.
[C1ComboBox] Fixed the issue you can still use IME Chinese to enter text when setting IsEditable to false.
DataFilter for WPF
Bug Fixes
Fixed the issue of ItemBackground color does not shown in SelectAll CheckBox although applying the ItemBackground color in C1DataFilter.
Fixed the issue of Digit property does not work properly in RangeEditor unlike WF RangeFilter.
Fixed the issue of Text always shown in summary data although setting the AggregateType as Min/Max in "string" type PropertyName of C1DataFilter's FilterSummary.
Fixed the issue of DataFilter's filter text not clearly seen when setting some themes in DataFilter control.
Fixed the issue of 'System.InvalidOperationException' thrown in System.Xml.dll when DataFilter was used SaveFilterExpression() to save the expression.
Improvements
Added changed behavior of the AutoApply property. This property only has effect when changes are made from the user interface. If filters have been changed from code-behind, it's application responsibility to apply them.
The ValueChanged event argument changed to the ValueChangedEventArgs class.
Added the changed type of ItemsSource to IEnumerable.
Added the changed behavior of the Checklist filter, the filter is not applied if there are no selected items.
Override the IsApplied property to return the old behavior.
DataGrid for WPF
Bug Fixes
Fixed the issue Mouse Wheel Operation for Date-Time-Picker control that was in reverse order for Date and Time controls.
Fixed the issue of selected data could not be copied when selection includes DataGridTemplateColumn cells with null values.
Fixed the issue of incorrect tab order observed in C1DataGrid.
Fixed the issue of reloading of DataGrid inside CommittedEdit event causes NullReferenceException.
Fixed the issue of Detail Row's toggle button overlaps the RowIndex in RowHeader.
Fixed the issue of DataGridFilter Exception occuring by using any of these special characters as filter-text when filtering with 'MatchWholeWord'.
Improvements
Added support searching displayed value with Format/Converter that using FullTextSearch.
Added missing translations for 'Does Not Contain'.
Docking for WPF
Bug Fixes
Fixed CanUserHide property that was not working properly at run time.
Document for WPF
Bug Fixes
Fixed the issue of size of barcode in FlexReport that increases when previewed in FlexViewer.
Extended for WPF
Bug Fixes
Fixed the issue of NullReferenceException thrown when app's Settings.Default is set as SelectedObject of PropertyGrid.
FlexChart for WPF
Bug fixes
Fixed the issue of memory leaking when using dynamic collection of objects with ProperyChanged notifications.
Fixed the issue of occuring exception while creating charting controls.
Fixed the issue of with partial chart repainting in Direct2D render mode.
Fixed the issue of Line marker movement limited to plot area.
Fixed the issues with data binding in FlexPie.
FlexGrid for WPF
Bug fixes
Fixed the issue of inconsistent data item value when editing ending by clicking drop-down button of a ComboBox cell versus normal cell.
Fixed the issue ArgumentOutOfRangeException occuring when hovering mouse on last column of child flexgrid within detail row.
Fixed the issue of System.FormatException occurring after double click on 'Homes' field of 'Themes2010' product sample. Makes FlexGrid, Olap support enum data type.
Fixed the issue where cell content was not shown if use FullTextFilterBehavior and DataTemplate for column at the same. time.
FlexViewer for WPF
Improvements
Added German localization.
GanttView for WPF
Bug Fixes
Fixed the issue of GanttView toolbar button.
Fixed the issue of Textbox border getting cropped when setting some of the themes to GanttView.
Improvements
Added remove file name in 'File Name:' search-box of Open File Dialog which appears when clicking 'Load' icon.
Olap for WPF
Bug Fixes
Fixed the issue of NullReferenceException occurring when remove field after changing themes many times.
Fixed the issue of 'Select All' checkBox not showing intermediate state in 'Field Settings' dialog after applying some themes in C1Olap.
Fixed the issue of SelectAll checkbox changed to "Indeterminate" state and there is no uncheck state are found in all items when clicking the SelectAll text or checkbox of Field Settings.
Outlook for WPF
Bug Fixes
Fixed the issue of not showing content when UnselectedContentMode is set to Default.
RichTextBox for WPF
Improvements
Provided the procedure to decrease the line spacing between two consecutive lines.
RichTextBox Toolbar for WPF
Improvements
Added correct space between paragraph lines.
Schedule for WPF
Bug Fixes
Fixed the issue of C1SpellChecker detecting wrong characters as symbols.
Improvements
Added new RequestedTheme property to the Calendar and Scheduler controls. It allows to easily switch embedded themes both at design and run times.
Theming for WPF
Improvements
Added Material/ Material Dark theme for all controls.