# 2014 v2

## Content



DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Chart for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/xaml/c1chart**" namespace definition. Use **"http://schemas.componentone.com/winfx/2006/xaml"** instead.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Chart3D for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/xaml/c1chart**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Colorpicker for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   Keyboard navigation fixed.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

ComboBox for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   **C1ComboBox** inside **C1DataGrid** no longer shows unconverted value.
*   Incorrect Item Selection no longer occurs with Condition property as 'Contains'.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

DataGrid for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/DataGrid**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

### Improvements

*   Added missing localized resources.

### Bug Fixes

*   Filter items are now changed when Language is changed in the application.
*   An exception is no longer raised when pressing Enter key in the filter drop-down.
*   An exception is no longer raised when pressing Tab key.
*   The Filter drop-down is no longer shown incorrectly.
*   An exception is no longer raised when merging cells and grouping at the same time.
*   The Header no longer disappears after printing when it is in a TextBlock.
*   Avoid hiding drop-down of column header when it is closed.
*   DataGridNumericConverter changed to convert DBNull values to null.
*   Viewport.CellsRange is no longer raising an exception if the range was invalid, now it returns null.
*   Tab KeyPress event is no longer incorrectly handled when no cell with a focusable control was found.
*   Printed data grid is now considering the height of the rows.
*   Focus is now set correctly when an outside control get the focus and EndEdit method is called.
*   Unselect row when Ctrl key was pressed and selection mode is multi-row.
*   Row validation background no longer disappears when scrolling up and down.
*   Filters tab navigation improved.
*   DataGridGroupWithSummaryRowPresenter template is now displaying the background set by the user.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

DateTimeEditors for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/DateTimeEditors**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

DockControl for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/C1Docking**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

### Improvements

*   Request to add support to move the DockTabControl containing multiple TabItems.

### Bug Fixes

*   Fixed the issue that **C1DockTabControl** does not fill the C1DockControl when 'Save' and 'Load' methods of 'C1DockControl' are used.
*   Fixed the issue that Close button is displayed even after setting 'CanUserHide' to 'False' for **C1DockTabControl**.
*   Fixed the issue that docking diamond disappear on setting WindowResize mode to CanResizeWithGrip.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

DropDown for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   [C1DropDownButton\] The 'HeaderFontSize','HeaderFontStyle', and 'HeaderFontWeight' properties now work in C1DropDownButton.
*   C1DropDown's Header and Content no longer have a gap in between when Scaling is applied to the control.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

FlexGrid for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Improvements

*   Improved the performance of AutoSizeColumns(allCells).
*   [FlexGridFilter\] Added Romanian resources.
*   [FlexGridFilter\] Added Simplified Chinese and Traditional Chinese resources.

### Bug Fixes

*   Right border no longer missing when printing.
*   Improved the performance of Row.GetData() method.
*   Recycle templated cells to improve performance and avoid memory leaks.
*   [**FlexGridFilter**\] Filtering null values is now working correctly.
*   [**FlexGridFilter**\] An exception is no longer raised when filtering.
*   [**FlexGridFilter**\] Getting cell values is now working correctly when the binding of the column was using XPath.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Gauges for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/C1Gauge**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

ListBox for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   **C1ListBox** no longer has a problem with scrollbar's visibility fixed.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Maps for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/C1Maps**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

### Bug Fixes

*   Remove useless TilesMode property.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

MaskedTextBox for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   The 'VerticalScrollBar' is now fully shown as **C1MaskTextBox**'s height.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

MediaPlayer for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/C1MediaPlayer**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

NumericBox for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   The increment number is now shown and the application no longer stops working when clicking increment button in **C1NumericBox**.
*   Input from the keyboard now gets reflected when **C1NumericBox** is used in Editor of C1FlexGrid.
*   A validation error is no longer displayed for the valid data while comparing the values of two **C1NumericBox** controls.
*   A negative value(-0.05) can now be entered when the range value is set from -1000.00 to 1000.00.
*   The cursor position is now correctly maintained in **C1NumericBox** control after pressing "Space" key.
*   A typed number is no longer shown converted position when Format property is set.
*   A **C1NumericBox** now allows the end user to enter more than one negative number.
*   An ArgumentException is no longer raised when selecting "Kanji" text from **C1NumericBox** context menu.
*   Zero can now be entered after a decimal point in **C1Numericbox** even is the set format is 'F2' or 'N2'.
*   The cursor now shifts its position if the digit which occurs after the decimal point is typed again after the decimal for the second time.
*   Fixed incorrect Tab Order when using C1Controls.
*   An ArgumentOutOfRangeException no longer occurs when deleting the initial value '0' in **C1NumericBox**.
*   Numeric values are now correctly increased or decreased when clicking the spinner button of Numeric Input Box.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

OutlookBar for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Improvements

*   Added localized resources for different cultures.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

PdfViewer for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/PdfViewer**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

### Improvements

*   Reconstructing **C1PdfViewer** by using C1ListViewer on WPF and SL.
*   Adding touch support and improving scrolling smoothness.
*   Remove the "Two Pages" button from PdfViewerToolbar.
*   The behavior of rendering multiple pages is the same as Winrt's. (vertical rendering)
*   Adding ViewportGap and Orientation property.

### Bug Fixes

*   Some words can now be selected when 'Find' action is performed.
*   The'Zoom In' button is no longer enabled although Zoom value is set maximized value '800%' at first time.
*   A XamlParseException no longer occurs on loading certain pdf file in c1PdfViewr.
*   Users are now able to print more than 2000 pages from **C1PDFViewer**.
*   An Inflating error is no longer raised on loading the certain pdf file.
*   When Orientation is set to Horizontal, 'next page' button is now working at toolbar.
*   An ArgumentException is no longer raised when typed text in search box.
*   Certain pdf files now render correctly.
*   A CryptographicException is no longer thrown when loading certain pdf file.
*   Some texts are now rendered correctly in **C1PdfViewer**.
*   The SelectedText property now works in **C1PdfViewer**.
*   Users are now able to navigate hyperlinks in PDFViewer.
*   Embedded fonts are now applied.
*   C1PdfViewer is no longer automatically scrolled down on double clicking a word.
*   Circle bullets are no longer replaced with rectangles in **C1PdfViewer**.
*   The text of bullet lists are no longer shown in larger font size.
*   Logo images and graphic lines are no longer missing.
*   An exception no longer occurs when loading certain pdf file.
*   An image of pdf file no longer appears smudged when viewed in **C1PdfViewer**.
*   A NullReferenceException no longer occurs when loading pdf file containing input controls.
*   A dotted line is no longer replaced with square characters.
*   A CryptographicException no longer occurs when loading password protected pdf file.
*   Characters are no longer too close and nearly overlapped in loaded pdf file.
*   Table UI , logo image, checkbox, barcode, and header text are now displayed.
*   Some characters are no longer shown in bigger font size in paragraph.
*   Some characters now show PdfViewer.
*   Some characters no longer render incorrectly in PdfViewer.
*   Some white vertical lines no longer appear above the texts in **C1PdfViewer**.
*   The "Search" function now works correctly.
*   Incorrect text no longer renders in text box.
*   Incorrect text no longer renders in PdfViewer.
*   Some formulas, texts, and tables are now shown correctly in **C1PdfViewer**.
*   Checkboxes are no longer displayed as unknown characters.
*   Incorrect characters are no longer rendering.
*   The font size no longer renders too large when load certain file.
*   Incorrect text location and overlapped text rendering no longer occurs.
*   An IndexOutOfRangeException no longer occurs on dragging the mouse on Japanese Kanji character.
*   PdfViewer can now scroll text into view.
*   A strange block no longer renders in PdfViewer.
*   Text is no longer missing or small in PdfViewer.
*   The correct word can now be selected while searching texts on loading chinese pdf file.
*   Text is now correctly selected on searching the value in pdf file.
*   Watermark text is now correctly displayed in loaded pdf file.
*   Some words and numbers are no longer changed large font size in C1PdfViewer.
*   Text is now correctly aligned when Chinese and English characters are on the same page.
*   An IndexOutOfRangeException no longer occurs on loading pdf file.
*   Some text is no longer overlapped when loading certain pdf file.
*   An exception no longer occurs on opening certain pdf file.
*   Text is no longer overlapped in scanned pdf.
*   A text IndexOutOfRangeException no longer occurs on loading the pdf file.
*   A text NullReferenceExecption no longer occurs on loading the pdf file.
*   Texts are now shown on loading Pdf file.
*   Some texts are no longer getting lost except from first characters in Vietnamese pdf file.
*   Some texts are no longer overlapped on loading Pdf file.
*   Spaces no longer disappear.
*   It no longer takes a long time to load a file
*   Some texts inside the table are no longer shown in larger font size when loading pdf file.
*   Texts in specific rectangle are now shown in C1PdfViewer.
*   The Find text textbox is now able to search text on loading the pdf file containing both English and Japanese text.
*   Some words no longer become large font size in **C1PdfViewer**.
*   Blank pages are no longer shown in **C1PdfViewer**.
*   Header text is no longer shown improperly in **C1PdfViewer**.
*   Some texts are no longer missing on loading report type 'RPC' format in **C1ReportViewer**.
*   A NullReferenceException no longer occurs when trying to go to page 31 in **C1PdfViewer**.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

PropertyGrid for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   PropertyGridAn InvalidOperationException is no longer thrown when click CollectionEditor menuItem in **C1PropertyGrid**.
*   NullReferenceException is no longer thrown if SelectedObject is set to an object instance whose class definition consist of a ColorPalette.
*   SubProperties of type ObservableCollection are not displayed correctly in **C1PropertyGrid**.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

RadialMenu for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

*   Added new **C1RadialMenu** Control. It represents a touch-friendly alternative to the traditional context menu. Please reference the behavior of C1RadialMenu in XAML.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

ReportViewer for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/C1ReportViewer**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

### Bug Fixes

*   The TwoMode button is no longer selected after changing another view mode in **C1ReportViewer**.
*   "Two Pages" mode can now be selected by using key board navigation and mouse click.
*   An InvalidOperationException no longer occurs when finding texts in **C1ReportViewer** if header or footer template is used.
*   A 'NullReferenceException' no longer occurs when clicking zoom out button after changing zoom value 0% to any view mode.
*   An 'UnhandledException' no longer occurs when typing in 'Find' textbox after loading pdf file into **C1ReportViewer** if zoom value is less than 25%.
*   An exception no longer occurs when loading PDF file.
*   Texts are now displayed correctly when loading pdf file in **C1ReportViewer**.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

RichTextBox for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/C1RichTextBox**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

### Improvements

*   Added Romanian resources, added missing translations for different cultures.
*   Add view tab that includes **C1PrintViewLargeTool, C1DraftViewLargeTool, C1ZoomInTool, C1ZoomOutTool, C1Zoom100PercentTool, C1OnePageTool, C1TwoPagesTool, and C1FitWidthTool to C1RichTextBoxToolBar**.
*   Add C1StrikethoughTool to the home tab of C1RichTextBoxToolBar.

### Bug Fixes

*   An ArgumentNullException no longer occurs when removed link from hyperlink text after removed underline from it.
*   An image's width can now be controlled when loading image from web path at first time if **C1RichTextBox** instance present on the child form.
*   HTML is now rendered correctly in the RichTextBox on first load.
*   **C1RichTextBox** no longer shows zoomed image with increased height and width from HTML.
*   [**C1RichTextBoxToolbar**\] "DraftViewTool" and "PrintViewTool" icons are now displayed correctly at bottom RichTextBoxToolBar.
*   [**C1RichTextBoxToolbar**\] When typing -9 in zoom textbox, value is no longer reset to 100%.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Scheduler for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/Schedule**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.
*   Removed obsolete **C1Scheduler** properties: VisualIntervals, VisualIntervalGroups, VisualIntervalsView.

### Improvements

*   Added Romanian resources, added missing translations for different cultures.
*   Added Simplified Chinese and Traditional Chinese resources.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

SpellChecker for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/C1SpellChecker**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

### Improvements

*   Added Romanian resources.

### Bug Fixes

*   Blank space no longer appears in context menu while right click on misspelled word.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

TabControl for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   The MouseLeftButtonUp event is now fired in **C1TabControl**.
*   Automation support now works for the controls embedded within **C1TabControl**.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Tiles for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/Tile**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

### Bug Fixes

*   [C1TileView\] When moving TileViewItem, item is moved in inconsistent order.
*   [C1TileView\] An ArgumentNullException no longer occurs when clearing all **C1TileViewItem** if one item is maximized.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

TreeView for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   **C1TreeView** SelectedItem is now updated when selected with touch on a touch machine.
*   AutoSearch is now working for selected keyboard language
*   Treeview items can no longer be partially seen when moving focus to items using keyboard navigation.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Windows for WPF and Silverlight

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   **C1Window** will now open again when page is refreshed in an xbap application.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Other Beaking Changes and Improvements

DOC-SUMMARY-TAG-CLOSE

### Breaking Changes

*   Removed "**http://schemas.componentone.com/wpf/Basic**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.
*   Removed "**http://schemas.componentone.com/wpf/C1Extended**" namespace definition. Use "**http://schemas.componentone.com/winfx/2006/xaml**" instead.

### Improvements

*   Added missing translations for different cultures.

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

Other Bug Fixes

DOC-SUMMARY-TAG-CLOSE

### Bug Fixes

*   System.NullReferenceException no longer occurs when element Visibility is set to Collapsed.
*   **C1TapHelper** Holding event implemented for these platforms.
*   **C1DragHelper** inertia is now working when two helpers were attached to the same ui-element and one of them expected inertia whereas the other do not.
*   **C1DragHelper** property Origin of DragStarted event args is no longer returning a wrong value when performed with the finger.
*   C1ListViewer.BringIntoView() method is now working correctly.
*   C1ListViewer.MinZoom and MaxZoom are now honored when setting Zoom property programmatically.
*   **C1ListViewer** no longer raises an exception when BringIndexIntoView() method is called.
*   **C1ListViewer** is now honoring Horizontal and VerticalAlignment properties of the items.
*   GetPropertyValue extension is now evaluating the path correctly when it has the following structure "[xxx.xxx\]".

DOC-DETAILS-TAG-CLOSE