ComponentOne WPF Edition Release History
2015 v3.5
WPF Edition Release History > 2015 v3.5

BarCode for WPF

Improvements

  • Added Save(Stream stream, ImageFormat imgFormat) method to save C1BarCode as an image file.

DataGrid for WPF and Silverlight

Bug Fixes

  • Fixed the issue where NullReferenceException is thrown while setting DataGridColumnValues as ItemsSource of a ComboBox.
  • Fixed the issue where the SourceUpdated event fires incorrectly for C1DataGrid.

DockControl for WPF and Silverlight

Bug Fixes

  • Fixed the issue where last C1DockTabItem disappears when it is dragged out and dropped on the inner picker in the original C1DockControl.
  • Fixed the issue where incorrect Japanese strings appeared in the tooltip of MakeDocked, MakeHidden, and MakeSliding buttons.

Excel for WPF and Silverlight

Bug Fixes

  • Fixed the issue where image and checkbox is not retained when the Excel file containing a checkbox and an image is saved.
  • Fixed the issue where the hyperlinked file is not loaded/saved in C1Excel.

Improvements

  • Added new C1XLBook.ListSeperator property for use in C1XLBook.Load, XLSheet.LoadCsv, and XLSheet.SaveCsv methods.

FlexGrid for WPF and Silverlight

Bug Fixes

  • Fixed the issue where the first row is missing in the exported excel file when C1FlexGrid is exported to XLSX format in ExcelExport product sample.

Improvements

  • Added support to filter child rows of type ICollectionView in C1FlexGridFilter. The Binding name for parent and child cannot be the same. The current version does not support sort. See the code example given below:
  • public class SalesPerson
    {
    public string PersonName { get; set; }
    public ICollectionView Children { get; set; }
    }

    public class Sales
    {
    public string SaleName { get; set; }
    }

FlexSheet for WPF

Bug Fixes

  • Fixed the issue where null value appears in the FlexSheet even after setting the filter to "null".

Gauges for WPF and Silverlight

Bug Fixes

  • Fixed the issue where an Empty page appears when 'Gauges' page is loaded while opening the Gauges sample in the ControlExplorer.

NumericBox for WPF and Silverlight

Bug Fixes

  • Fixed the issue where the cursor position is wrong when C1DataGridNumericColumn enters into edit mode.

Olap for WPF and Silverlight

Bug Fixes

  • Fixed the issue where the report for an OLAP Chart does not display legend colors on a printout.

PropertyGrid for WPF and Silverlight

Improvements

  • Added support for DataAnnotations with the DisplayAttribute's GroupName and AutoGenerateField in C1PropertyGrid.

RadialMenu for WPF and Silverlight

Improvements

  • Added CollapseOnClick property for C1RadialMenuItem to indicate if the menu auto collapses when the user clicks on menu items with no child items.

RichTextBox for WPF and Silverlight

Bug Fixes

  • Fixed the issue where the content moves to the next line on pressing space key in C1RichTextBox.

TreeView for WPF and Silverlight

Bug Fixes