ComponentOne Studio WPF Releases

Learn what's new across releases, with details of features, enhancements, and resolved issues.

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
ComponentOne Studio WPF 2026 v1Major versionJun 3, 2026
Features
  • FlexReport
    • Added Radar Chart field support.
  • Grid
    • Added the Offset property to GridDateTimeOffset.
    • Improved column auto-generation to create GridDateTimeColumn objects for date and time data types.
    • Added IAutomationProperties interface support.
    • Added nullable Boolean support for AutomationEnabled.
    • Added the LostFocusEditMode property.
    • Added support for clearing cell values when deselecting a ComboBox editor in a nullable DataMap column.
  • GridControl
    • Added the LostFocusEditMode property.
  • Input
    • Added the C1AutoCompleteTextBox.Complete() method.
  • ListView
    • Improved UI automation support.
    • Added IAutomationProperties support.
  • TabControl
    • Added IAutomationProperties support.
Fixes
  • Chart
    • Fixed an issue where FlexPie data labels did not render correctly.
  • Core
    • Fixed an issue where the TypographyExtensions caused header text to freeze after applying the MaterialDark theme.
    • Fixed issue where icons did not display in the Icon Sets drop-down of the Segments section in RulesManager.
    • Fixed an issue where the core value access function threw a System.Reflection.AmbiguousMatchException during property resolution when the target type defined multiple default properties.
    • Fixed an issue where C++/CLI applications using C1 WinForms controls displayed the ComponentOne License Not Found dialog despite a valid SA3 license.
  • FlexChart
    • Fixed an issue where running the AnimationDemo and DrillDown samples triggered a System.Reflection.TargetInvocationException.
    • Fixed an issue where dragging FlexPie or Sunburst controls onto a form after installing the C1.Xaml.WPF.FlexChart NuGet package triggered a System.NullReferenceException.
  • FlexDiagram
    • Fixed an issue where setting FlexDiagram.ItemsSource to a string caused a System.NullReferenceException.
  • FlexGrid.Filter
    • Fixed an issue where the Select All checkbox in the column filter did not display the indeterminate state when a theme was applied.
  • GanttView
    • Fixed an issue where setting all tier visibility values to false with AutomationProperties.Enabled=True caused a System.NullReferenceException.
  • Gauge
    • Fixed an issue where the default gauge pointer color changed from previous builds.
    • Fixed an issue where the OnValueChanged and ValueChanged events did not trigger when values were updated.
    • Fixed an issue where values greater than 87 returned NaN when IsReversed was enabled.
    • Fixed an issue where out-of-range StartAngle and SweepAngle values caused rendering to freeze.
    • Fixed an issue where mark decorators overlapped because of collisions in the marks implementation.
    • Improved gauge decorator styling consistency by moving BorderBrush, BorderWidth, and BorderDashes properties to the base GaugeDecorators class.
  • Grid
    • Fixed an issue where the text box did not receive focus when editing a cell containing a toggle icon.
    • Fixed an issue where toggling a group updated the scroll position before selection, causing incorrect cell selection.
    • Fixed an issue where drag-and-drop row reordering failed when TransposedGridBehavior was applied.
    • Fixed an issue where incorrect adapter dimensions caused row ActualHeight values to report incorrect sizes.
    • Fixed an issue where selecting Sort By from the sort drop-down triggered a System.ArgumentOutOfRangeException.
    • Fixed an issue where resizing or scrolling in a secondary XAML window threw a System.ArgumentOutOfRangeException when AutomationEnabled=True and TransposedGridBehavior was applied.
    • Fixed an issue where DataMap drop-down items in GridColumn did not populate when edit mode was entered by double-clicking a cell.
    • Fixed an issue where selecting Apply or Clear in GridFilterRow options caused a NullReferenceException.
    • Fixed an issue where accessing CellFactory and PropertyInfo on unattached columns caused a NullReferenceException.
    • Fixed an issue where mouse wheel scrolling caused a System.ArgumentOutOfRangeException.
    • Fixed an issue where setting Aggregate and Format on DateTime columns with GridSummaryRow caused exceptions.
    • Fixed an issue where grouping and aggregation failed with FlexGridDetailProvider. Group collapse and aggregate calculations were applied only to the first row in each group.
    • Fixed an issue where checkbox editing could not be canceled when the Cancel property was set to true in the BeginningEdit or BeginningRowEdit events.
    • Breaking Changes
      • Removed AutomationEnabledProperty. AutomationEnabled is now implemented as a CLI property.
      • Updated the CanDragRow and CanDragColumn method signatures in GridCellFactory to accept four parameters.
  • GridControl
    • Fixed an issue where layout values exceeded valid bounds by enforcing value clamping.
    • Fixed an issue where a custom mouse cursor set through Mouse.OverrideCursor reverted to the default cursor when hovering over the grid.
  • Grid.Excel
    • Fixed an issue where export failed because of a DS.Documents.Excel dependency version mismatch. Updated the referenced version to 7.2.5.
  • Input
    • Fixed an issue where the ComboBox drop-down could not be reopened after selecting an item.
    • Fixed an issue where the ComboBox drop-down did not open automatically when IsDropDownOpen was set to true.
    • Fixed an issue where a System.ArgumentOutOfRangeException occurred in C1.DataCollection.dll when Enter was pressed after focusing the text area.
    • Fixed an issue where a System.NullReferenceException occurred in SelectionChanged when handling ComboBox items separated by spaces.
    • Fixed an issue where C1DockControl UI elements, including content, tabs, and buttons, were not exposed in the UI visual tree.
    • Fixed an issue where a System.Exception occurred when a reset notification was received from the data source.
    • Fixed an issue where the ValidateInput event of C1ComboBox did not trigger on text input or item selection changes.
    • Breaking Changes
      • Removed the HeaderClickInterceptor and ComboHeader template parts. Replaced them with Header and TextBox.
      • Renamed C1ComboBoxSelectionMode to ComboBoxSelectionMode.
      • Renamed C1ComboBoxItem and C1ComboBoxGroupItem to ComboBoxItem and ComboBoxGroupItem.
      • Removed C1ComboBox.IsOpenKey().
  • ListView
    • Fixed an issue where ItemTemplate was applied incorrectly to grouped items when grouping was enabled and no GroupStyle was defined.
    • Fixed an issue where newly added ListViewItem content did not render when added through the Items collection editor while C1ListView was bound to C1PropertyGrid.
    • Fixed an issue where running the TreeViewExplorer sample caused a System.ArgumentOutOfRangeException in C1.DataCollection.dll.
    • Fixed an issue where the Select All checkbox remained enabled even when CanSelectAll was set to false.
    • Fixed an issue where a ListViewItem was not selected at runtime even though IsSelected was set to True at design time.
    • Fixed an issue where SelectedIndex set in XAML was not applied correctly and later ItemsSource updates did not properly refresh the selection state.
    • Fixed an issue where deselection in SelectionMode=Multiple did not clear selected items.
    • Fixed an issue where PageUp and PageDown navigation caused a System.ArgumentOutOfRangeException after runtime data source updates.
    • Fixed an issue where the automation peer threw exceptions when accessing non-visible items.
    • Breaking Changes
      • Removed the ShowCaption visual state group and renamed the Caption template to SelectAll.
      • Removed the unused ViewportGap and ViewportPreviewGap properties.
  • RichTextBox
    • Fixed an issue where tables with merged cells rendered inconsistently.
  • Theming
    • Fixed an issue where the Select All checkbox in the FlexGrid filter drop-down did not display the indeterminate state when themes were applied.