BarCode for WPF
- BarCode is new for the 2015 v1 release.
Chart for WPF and Silverlight
Bug Fixes
- AxisScrollbar visibility is now honored at layout.
- Fixed the issue where an AnnoCreated event was not fired.
- Added a property name to event arguments for the Axis.PropertyChanged event.
ComboBox for WPF and Silverlight
Bug Fixes
- [C1ComboBox] If IsDropDownOpen is set to true in C1ComboBox's GotFocus event, the StackOverFlowException is no longer thrown when the focus is moved from C1ComboBox.
DataGrid for WPF and Silverlight
Bug Fixes
- C1DataGrid no longer appears clipped when printing a grid with the Margin property set through an implicit style.
- When ScaleMode is set to SinglePage, columns are no longer cut off in a printed grid.
- DataGridComboBoxColumn honors the first key stroke passing the info to the editing element.
- The DataGridBoundColumn.IsEditable property is now False when the Path or XPath of the column binding is null.
- An error is no longer observed when creating a Template column in the AutoGenerating event of the C1DataGrid.Changed property type of the DataGridAutoGeneratingColumnEventArgs.Column property to DataGridColumn.
- Row.DataItem is null in the CommittedNewRow event. Fixed.
- The selection is no longer lost after removing a row if the grid is grouped.
- The selection is no longer lost after removing a row.
- The background color of the top row is now exported to an Excel sheet.
- DataGrid's Foreground, RowForeground, and AlternatingRowForeground colors are now honored in an exported .xlsx file.
Docking for WPF and Silverlight
Bug Fixes
- [C1DockControl] Fixed the issue where the layout of C1DockControl is not preserved.
- [C1DockControl] Fixed the issue where DockTab's width could not be maintained when dragging the Splitter bar after changing the floating mode.
- [C1DockControl] Fixed the issue where the Tab key did not work on C1DockControl when it was in a floating state.
FlexGrid for WPF and Silverlight
New Features
- A DragDropIndicatorBrush property has been added. It gets or sets the brush of the drop indicator when dragging columns or rows.
Bug Fixes
- Rows can now be dragged and dropped in C1FlexGrid Unbound mode.
- Cell values no longer disappear when clicking a cell if the C1Office2013 theme was applied on C1FlexGrid.
- Fixed the issue where AutoSizeFixedRows was not working correctly.
- Fixed the issue where an InvalidCastException occurred when using the Conditions filter type in a bound C1FlexGrid.
- Row is now invalidated correctly when moving it to the last position by dragging its header.
- Fixed the issue where translated values were not copied onto the Clipboard when ValueConverter was used.
- The checkbox on merged cells are now displayed correctly after sorting the grid when the checkbox values are filled by the Spacebar key.
- Fixed the issue where square brackets were automatically added to the column header after data binding.
- Fixed the issue where checkboxes were not shown in the column of Boolean data type.
- Fixed the issue where string values were not shown in the filter drop-down list.
FlexSheet for WPF
- BarCode is new for the 2015 v1 release.
Maps for WPF and Silverlight
Improvements
- Added support for the ShapeFile format to C1Maps.
NumericBox for WPF and Silverlight
Bug Fixes
- Fixed the issue where a decimal point could not be entered if the Format did not contain digital.
Olap for WPF and Silverlight
Improvements
- Added async processing for data update.
Bug Fixes
- Fixed the issue where exceptions were observed when moving a field from the Columns or Values field to the Filters field in the CubeAnalysis sample.
PdfViewer for WPF and Silverlight
Breaking Changes
- C1PdfViewer now supports more fonts.
- The TextBlockAdded event is marked as obsolete.
Improvements
- C1PdfViewer now supports open type font.
- [SL][Xaml][Windows Phone] Added the RenderMode property. It has two values (Default, Extended).
Bug Fixes
- Fixed the issue where words were not getting selected when double-clicking them.
- Fixed the issue where a page is automatically scrolled down when dragging the mouse on Japanese text.
- Fixed the issue where Japanese text was not shown in a loaded PDF file.
- Fixed the issue where footer text was missing and incorrect logo images were shown in C1PdfViewer.
- Fixed the issue where some text and circle bullets were shown with square characters.
- Fixed the issue where Hebrew characters were not shown correctly in C1PdfViewer.
- Fixed the issue where input values were not displayed in PDF controls.
- Fixed the issue where an IndexOutRangeException occurred when a PDF with Graphic objects was loaded into C1PdfViewer.
- Fixed the issue where Chinese characters were not displayed correctly in the Bookmark contents of the loaded PDF File.
- Fixed the issue with Hebrew support in C1PdfViewer.
- Fixed the issue that displayed a PDF file incorrectly with a black background.
- Fixed the issue where page navigation did not work when clicking the links in C1PdfViewer.
- Fixed the issue where some text and images were not displayed correctly in C1PdfViewer.
- Fixed the issue where some Japanese texts did not render correctly in C1PdfViewer.
RadialMenu for WPF and Silverlight
Bug Fixes
- Fixed an issue where a XamlParseException was thrown while applying a theme to the C1RadialMenu.
Improvements
- Added the C1RadialMenu.GoBack method. It navigates the menu one level up as if the end-user clicked the Back button.
ReportViewer for WPF and Silverlight
Breaking Changes
- C1ReportViewer now supports more fonts.
- The TextBlockAdded event is marked as obsolete.
Improvements
- C1ReportViewer now supports open type font.
Bug Fixes
- Fixed the issue where the font size/style were not consistently maintained when an HTML file was loaded and modified.
- Fixed the issue where the first character was rendered in extremely small font size when an RTF file was loaded.
- Fixed the issue where a NullReferenceException occurred when typing text in a search box which loaded an *.htm file in C1ReportViewer.
RichTextBox for WPF and Silverlight
Improvements
- [C1RichTextBoxToolbar] Added localized resources for the cultures partly:
- Slovenian(sl, sl-SI)
- Hungarian(hu, hu-HU)
Bug Fixes
- Fixed the issue where the font size/style were not consistently maintained when an HTML file was loaded and modified.
- Fixed the issue where the first character was rendered in extremely small font size when an RTF file was loaded.
- Fixed the issue where a NullReferenceException occurred when typing text in a search box which loaded an *.htm file in C1ReportViewer.
Schedule for WPF and Silverlight
Improvements
- Added support for Cosmopolitan, Office2010, Office2013, and other themes into the C1.WPF.Theming.XXX assemblies.
- Improved iCal import for reading historical time zones.
- Added support for RECURRENCE-ID, SEQUENCE and UID in iCal import. Note that cases when RECURRENCE-ID is a recurring event are not supported.
Bug Fixes
- Improved performance when working with long-lasting appointments.
SpellChecker for WPF and Silverlight
Breaking Changes
- [Windows] Removed the AutoReplaceList property, OnAutoReplace method, AutoReplace event, AutoReplaceEventArgs, and AutoReplaceEventHandler because they were not used.
Improvements
- Added localized resources for the cultures:
- Swedish(sv)
- Norwegian(no)
- Hebrew(he)
- Finnish(fi)
- Danish(da)
- Arabic(ar)
TreeView for WPF and Silverlight
Bug Fixes
- Fixed an issue where a TreeViewItem entered edit mode when pressing "F2" on a disabled item.
- Fixed the issue where the TreeView was automatically scrolled up after double-clicking it.
- Fixed the issue where IsSelected implicit binding was lost on all child nodes when a parent treenode was collapsed and expanded.
- Fixed the issue where a selectedItem binding did not work when used as EditTemplate.
- Fixed the issue where a combo dropdown was not shown when clicking the drop-down icon if used in C1TreeView.
- Fixed the issue where a NullReferenceException occurred when pressing the Enter key after pressing the Tab key if IsVirtualizing=True.
- Fixed the issue where an ArgumetOutOfRangeException occurred when TreeViewItem was clicked after removing a record from an underlying data source if HierarchicalDataTemplate was used.
- Fixed the issue where an item selection was lost after a new item was added to the underlying data source.
- Fixed the issue where an ArgumetOutOfRangeException occurred when clicking the C1TreeViewItem after a node was dragged and dropped.
- Fixed an issue where an ArgumentOutOfRangeException occurred when clicking the TreeView item after an item was removed from the underlying data source.
- Fixed the issue where a NullReferenceException occurred when pressing the Keyboard shortcut if IsVirtualizing="True".
- Fixed the issue where pressing navigation keys did not work after pressing the Delete key.
- Fixed the issue where a ContextMenu was shown when pressing the ContextMenu key from the keyboard in C1TreeView.
- Fixed the issue where keyboard navigation stopped working after pressing the space key.
- Fixed the issue where keyboard navigation stopped working if the ItemTemplate binding was set.
Windows for WPF and Silverlight
Bug Fixes
- Fixed the issue where C1Window was dimmed when losing focus if it was shown as a modal window.
Other Bug Fixes
Bug Fixes
- Allows setting String.Empty in objects with a property type Nullable<T> where T != string. Fixed.
- [Automation] Fixed the issue where a RuntimeBinderException was raised when using the Coded UI Test generator to record the action of clicking the Tab.
- []C1Theme] Fixed the issues where the C1Cosmopolitan styles were not applied when adding the ToogleButton in a WPF standard toolbar and the InvalidateCaseException was thrown when hovering over the drop-drown button of the WPF standard toolbar.