# 2018 v3

## Content



DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

DataGrid for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   Fixed the issue where text in row headers are ignored while using GetPageImage() method.
*   Fixed the issue where filter dialog does not close automatically when opening the dialog and resizing the control's column header.
*   Fixed the issues where setting style for a column using LoadedCellPresenter applies the same style to another column on sort.
*   Fixed the issue where MouseOverBrush is not applied properly on scroll.
*   Fixed the issue where printing control with 5000 rows using Print() method throws System.NullReferenceException.
*   Fixed the issue by adding "Not contains" value in DataGridFilterOperation enum.
*   Fixed the issue where scrolling grid horizontally throws System.ArguementException.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

DockControl for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   Fixed the issue where saving/loading layout is not working properly.
*   Fixed the issue where left corner of tab header is not rendered at correct location.
*   Fixed the issue where tapping multiple times on empty dock control area after all dock tab items are floated/slided/closed throws NullReferenceException.
*   Fixed the issue where docking floating C1DockTabItems throws exception.

### Improvements

*   Added ShowPreview property to C1DockSplitter.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

DocumentLibrary for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   Fixed the issue where exporting last row of detail section to excel format is not correct when there are blank fields in the detail section.
*   Fixed the issue where PDF files with semitransparent text are not rendered correctly.
*   Fixed the issue where exporting to PDF displays text incorrectly.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Excel for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   Fixed the issue where loading the control with file created in Colombian Spanish culture throws ArgumentOutOfRangeException.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Expression Editor for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   Fixed the issue where deleting all text from ExpressionTextBox still displays tooltips.
*   Fixed the issue where selecting function in Categories Selection's Items List by pressing "Enter" key does not work properly.
*   [Sample\] Fixed the issue where "Log 10" Intelligence box and tooltip is displayed after applying filtering in "FlexChart Filter" Page.
*   Fixed the issue where removing function in Categories Selection's Items List does not refresh the list immediately.
*   Fixed the issue where "ButtonForeground" color does not work for "Quotes" buttons on Operator button bar.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

ExtendedLibrary for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   Fixed the issue where C1PropertyGrid is displayed below when it is placed inside floating C1DockControl and collection editor is opened.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

FlexChart for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   Fixed the issue where binding Histogram series with null value containing data displays rendering issues.
*   Fixed the issue where pie chart animation throws exception.
*   Fixed the issue where legend items are not rendered correctly after adding series to the control.
*   Fixed the issue where rendering legends throws exception.
*   Fixed the issue where displaying legend scrollbar shows issues.
*   Fixed the issue where incorrect legend is toggled when legend has a scrollbar.
*   Fixed the issue where displaying axis grid lines during animation shows issues.
*   Fixed the issue where support of mouse wheel is added for legend scrolling.
*   Fixed the issue where size of legend is limited to provide a space for plot.
*   Fixed the issue where series is not plotted in complex types binding (names separated by commas) if space contain in Binding property.
*   Fixed the issue where YValues of default tooltip content is not displayed in complex types binding (names separated by commas) if space contain in Binding property.
*   Fixed the issues where inconsistence behavior is observed in default tooltip of FinancialChartTypes and financial chart type of FlexChartTypes.
*   Fixed the issue where resizing chart containing legends with scrollbar throws exception.
*   Fixed the issue where using auxiliary axes throws exception.
*   Fixed the issue of incorrect clipping.

### Improvements

*   Improved performance of loading large data when custom palette is used.
*   Added additional information in the default Tooltips.
*   Added chart animation where the basic animation options is controlled by AnimationSettings property. Enable animation by setting chart.AnimationSettings = AnimationSettings.All and use AnimationLoad and AmimationUpdate properties for advanced settings.
*   Added vertical scrolling to legend (FlexChartBase.LegendScrollBars and FlexChartBase.LegendScrollBarStyle properties).
*   Added support of animation while toggling legend items.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

FlexGrid for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   Fixed the issue where resizing row/column is allowed even after setting "e.Cancel = true" in ResizingRow/ResizingColumn event.
*   Fixed the issue where horizontal and vertical scrollbar are not shown when the control is enclosed in a StackPanel.
*   Fixed the issue where RowDetailsVisibilityMode is not working correctly at RunTime.
*   Fixed the issue where sorting on setting "IsClosed=False" throws NullReferenceException.

### Improvements

*   Added SortAscendingIconTemplate/SortDescendingIconTemplate which will display sort icon when the column is sorted.
*   Added ActiveFilterIconTemplate/InactiveFilterIconTemplate which will display filter icon.
*   Added a new GroupHeaderConverter class which users will use to customize default formatting.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

FlexReport for WPF

DOC-SUMMARY-TAG-CLOSE

### Improvements

*   Added C1FlexViewerPane.NavigateToOutlineNode method which will allow users to navigate to a specific outline node using code.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

FlexSheet for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   Fixed the issue where resizing FilterDialog does not attach its column and moves along the mouse dragging it.
*   Fixed the issue where resizing columns of FlexSheet throws ArgumentOutOfRangeException.
*   Fixed the issue where "Delete Level" and "Copy Level" buttons in SortDialog are enabled even when there is no added level and clicking these buttons throws ArgumentOutOfRangeException.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Input for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   [C1MultiSelect\] Fixed the issue where using remove() method still shows item in the header part of the control.
*   [C1MultiSelect\][C1CheckList\] Fixed the issue where "UnSelectAll" text is shown instead of "SelectAll" text when no data is bound to the control and ShowSelectAll is set to "True" at Design Time/RunTime.
*   [C1MultiSelect\][C1TagEditor\] Fixed the issue where extra separator value is added after the last selected item after setting more than one character or string value to the separator value.
*   [C1MultiSelect\] Fixed the issue where selected items are automatically unchecked while click multiple times on the MultiSelect DisplayArea.
*   [C1MultiSelect\][C1TagEditor\] Fixed the issue where setting empty string as separator is not allowed.
*   [C1MultiSelect\] Fixed the issue where SelectedItem is not displayed correctly while adding items to the control using Collection Editor at Design Time.
*   [C1MultiSelect\][C1TagEditor\] Fixed the issue where pressing Up key from keyboard after deleting all text throws System.IndexOutOfRangeException.
*   [C1MultiSelect\][C1TagEditor\] Fixed the issue where PlaceHolder Text is shown when clicking on DisplayArea after setting "IsEditable=False" and "DisplayMode=Tag".
*   [C1MultiSelect\][C1TagEditor\] Fixed the issue where Item text is selected when clicking on DisplayArea after setting "IsEditable=False ".
*   [C1MultiSelect\][C1TagEditor\] Fixed the issue where cursor is not properly shown when clicking on DisplayArea after setting "DisplayMode=Tag".
*   [C1MultiSelect\] Fixed the issue where deleting text of tag using Backspace key and automatically replacing it with other word does not work properly on setting "AutoCompleteMode=Append/SuggestAppend".
*   [C1MultiSelect\] Fixed the issue where incorrect behaviors are observed on setting AutocompleteMode to "Append".
*   [C1MultiSelect\] Fixed the issue where incorrect behaviors are observed on setting AutoCompleteMode to "SuggestAppend".
*   [C1MultiSelect\][C1CheckList\] Fixed the issue where selecting same data items after checking "SelectAll" checkbox does not work properly on binding same value data items to the control's dropdown.
*   [C1MultiSelect\] Fixed the issue where focus cursor is moved in front of text and last selected item is lost on pressing Spacebar key.
*   [C1MultiSelect\] Fixed the issue where pressing Up key from keyboard after deleting some characters of item in text display mode throws NullReferenceException.
*   [C1TagEditor\] Fixed the issue where deleting tags by clicking cross button is not working after using InsertTag() method and Tags.Add() method under InitializedComponent().

### Improvements

*   [C1MultiSelect\] Added new feature to limit the maximum number of checked items.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Maps for WPF

DOC-SUMMARY-TAG-CLOSE

### Improvements

*   Fixed the issue where a way to rotate C1Maps is provided.
*   Fixed the issue where navigating to "Analysis" tab of DashboardDemo throws "System.NullReferenceException".

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

RichTextBox for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   Fixed the issue where setting MaxWidth for table cells did not work properly.
*   Fixed the issue where incorrect font size for suggestions were displayed when the control contained multiple sized JP text.
*   Fixed the issue where incorrect font size is displayed when zoom value of the control is changed.
*   Fixed the issue where borders for bottom/top cells of table is shown after splitting the table into multiple pages.
*   Fixed the issue where inserting an image at run time shows the resize icon of image at incorrect position.
*   [C1RichTextBox.Toolbar\] Fixed the issue where Find and Replace function does not scroll.
*   Fixed the issue where firing TextChanged event is incorrect.
*   Fixed the issue where scrolling control resulted in few lines at bottom appear/disappear incorrectly.
*   [SL\] Fixed the issue where Html content does not rendered correctly in the control.
*   Fixed the issue where loading images in the control is asynchronous.
*   Fixed the issue of memory leak in C1RichTextBox.
*   Fixed the issue where character/image is inserted before/after cursor, depending on the clicked location.
*   Fixed the issue where images and horizontal lines are not selected/removed after selecting all content by pressing Ctrl+A and Delete/Backspace key.
*   Fixed the issue where non editable elements disappear on trying to select them by mouse dragging and appear only after releasing them.
*   Fixed the issue where table cannot be deleted if table is added before and under the text or only table is added in the page
*   Fixed the issue where deleting a column from table do not change grab handlers.
*   Fixed the issue where selecting element is possible even after setting IsEditable property to false.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Scheduler for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   Fixed the issue where setting appointment for the last slot of the day is extended to the next day.

### Improvements

*   Added a new appointment availability status "Working Elsewhere".

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Sparkline for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   [C1ToolbarTabControl\] Fixed the issue where Sparkline binding is lost when used in CellTemplate of C1FlexGrid control.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Toolbar for WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   [C1ToolbarTabControl\] Fixed the issue where left corner of tab header is not rendered at correct location.
*   [C1SimplifiedRibbon\] Fixed the issue of implementing new control Simplified Ribbon.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Word for WPF

DOC-SUMMARY-TAG-CLOSE

### Improvements

*   Added support to TOC objects (added RtfSdtContent, RtfTocField and RtfPageRefField classes).

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

C1WPF

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   [C1TileListBox\] Fixed the issue where wrapping items after reaching maximum height/width of the control shows multiple issues.
*   [C1ComboBox\] Fixed performance issue.
*   [C1TabControl\] Fixed the issue where left corner of tab header is not rendered at correct location.
*   [C1ComboBox\] Fixed the issue where applying theme to multi-column ComboBox removes all columns except DisplayMemberPath column.
*   [C1Menu\] Fixed the issue where clicking menu-submenus quickly, sometimes closes and reopens the menu immediately.
*   [C1ComboBox\] Fixed the issue where previously selected item remains in text area when ItemsSource is changed or is set to null value.
*   [C1MaskedTextBox\] Fixed the issue where selecting an existing value and entering value starting with 0 does not work in the control after setting Mask property.
*   [C1TreeView\][Sample\] Fixed the issue where dragging an item outside the bounds of the control throws InvalidCastException.

DOC-DETAILS-TAG-CLOSE