ComponentOne Studio Blazor Edition 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
ComponentOne Studio Blazor Edition 2026 v1.22026년 8월 12일
기능
  • ListView
    • Added support for the SelectedIndexes property.
  • TreeView
    • Added support for automatic scrolling when items are dragged between TreeView controls.
    • Added support for scrolling on touch devices.
수정 사항
  • Core
    • Fixed an issue where 2D text did not render when a non-solid foreground brush was used.
    • Fixed an issue where 2D rendering threw an exception when gradient brushes were used.
    • Fixed an issue where an exception was thrown when FlexGrid was exported with a null background.
  • Gauge
    • Fixed an issue where labels in LinearGauge were clipped.
    • Fixed an issue where the Min, Max, and Value labels were misaligned in LinearGauge and BulletGraph.
  • Grid
    • Fixed an issue where the cursor cell did not display the SelectionBackground color when a row was selected.
  • Input
    • Fixed an issue where selected items were not displayed correctly in C1ComboBox when duplicate items were selected.
    • Fixed an issue where text for the Is One Of filter operation in FilterEditor was displayed in uppercase when a Material theme was applied.
    • Fixed an issue where keyboard focus moved to a disabled C1MultiSelectItem when the Down Arrow key was pressed in C1MultiSelect.
    • Fixed an issue where a disabled C1MultiSelectItem was selected when the Enter key was pressed in C1MultiSelect.
  • ListView
    • Fixed an issue where the BringIntoView method did not work correctly in C1TileListView.
    • Fixed an issue where the selected-item indicator was not visible when an item was selected on the Virtual Mode page.
    • Fixed an issue where the layout was incorrect when an item's width was less than the scroll viewer width in C1TileListView.
    • Fixed an issue where C1ListView incorrectly selected the second item after C1ListView.SelectAll() was called twice when SelectionMode was set to Single.
    • Fixed an issue where FocusIndex was not updated correctly when items were cleared, replaced, or removed in MultiSelect mode.
    • Fixed an issue where the Select All label was not displayed in C1TileListView.
    • Fixed an issue where the UI did not update when the ListViewItem.IsEnabled property was changed at runtime.
    • Fixed an issue where C1TileListView entered ZoomIn mode instead of selecting an item when the Select All checkbox was displayed and the item's text was clicked.
  • TreeView
    • Fixed an issue where invalid drop-target indicators were displayed when virtualized items were scrolled during drag-and-drop operations.
    • Fixed an issue where the scroll position moved to the last visited item when a navigation key was pressed during a drag-and-drop operation.
ComponentOne Studio Blazor Edition 2026 v1.12026년 7월 10일
기능
  • Grid
    • Breaking changes - Updated the default value of GridRow.AllowCustomCells to true so that unbound GridRow scenarios use text-rendered cells by default.
수정 사항
  • DateTimeEditors
    • Fixed an issue where the time editor portion of the C1DateTimePicker did not apply 24-hour time formats.
  • Gauge
    • Fixed an issue where the Bad, Good, and Target ranges in C1BulletGraph were affected by changes to the Origin value.
    • Fixed an issue where marks, labels, and pointers were rendered incorrectly in C1LinearGauge when Direction was set to Left, Up, or Down.
  • Grid
    • Fixed an issue where the AllowMerging property was not applied to GridGroupRow rows.
    • Fixed an issue where column alignment settings were not bound for GridGroupRow rows when WordWrap was enabled.
    • Fixed an issue where keyboard input was not applied in quick edit mode in C1FlexGrid.
  • GridControl
    • Fixed an issue where items could not be selected from property dropdown settings in Chromium-based browsers after a recent Chromium update.
  • Input
    • Fixed an issue where displayed items in C1ComboBox were not updated following DisplayMemberPath changed at run time following a selection.
    • Fixed an issue where C1ComboBox did not render selected values correctly when certain themes were applied.
    • Fixed an issue where items could not be selected from property dropdown settings in Chromium-based browsers after a recent Chromium update.
  • ListView
    • Fixed an issue where displayed items in ListView were not updated after DisplayMemberPath changed at run time following a selection.
  • Menu
    • Fixed an issue where items could not be selected from property dropdown settings in Chromium-based browsers after a recent Chromium update.
  • Ribbon
    • Fixed an issue where selection resolution was inconsistent between SelectedIndex and SelectedItem in C1SelectTool.
ComponentOne Studio Blazor Edition 2026 v1주요 버전2026년 6월 3일
기능
  • Gauge
    • Improved gauge decorator styling consistency by moving BorderBrush, BorderWidth, and BorderDashes properties to the base GaugeDecorators class.
    • Removed the StrokeThickness property from GaugePointer and GaugeMark.
    • Added shared JavaScript code to the Core library.
  • Grid
    • Added support for the default browser context menu when FlexGrid.ShowSelectionMenu is set to false.
    • Added the Offset property to GridDateTimeOffset.
    • Improved column auto-generation to create GridDateTimeColumn objects for date and time data types.
    • Added hover style support through the MouseOverBrush and MouseOverMode properties.
    • Added support for clearing cell values when deselecting a ComboBox editor in a nullable DataMap column.
  • Input
    • Added the C1AutoCompleteTextBox.Complete() method.
  • ListView
    • Improved UI automation support.
수정 사항
  • Core
    • Fixed an issue where the core value access function threw an AmbiguousMatchException when the target type defined multiple default properties.
  • FlexViewer
    • Fixed an issue where the application stopped responding when the PopupCard icon was clicked in FlexViewerExplorer on Android using Visual Studio 2026.
    • Fixed an issue where a System.Exception occurred when loading report data with parameters on mobile platforms.
    • Fixed an issue where a System.Exception occurred when loading report data containing charts on mobile platforms.
    • Fixed an issue where chart data did not render when loading report data containing charts on mobile platforms.
  • Gauge
    • Fixed an issue where the default gauge pointer color changed from previous builds.
    • Fixed an issue where Value and Max text did not render correctly when the StartAngle and SweepAngle properties were set to non-default values.
    • Fixed an issue where LinearGauge and BulletGraph displayed inconsistent height and text clipping compared to previous builds.
    • 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.
    • 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.
  • Grid
    • Fixed an issue where opening column option menus in TransposedGrid threw a System.ArgumentOutOfRangeException when all rows were frozen and AutomationEnabled=True.
    • Fixed an issue where assigning the CellFactory property failed when the factory was already linked.
    • Fixed an issue where adding multiple columns through XAML caused a System.ArgumentOutOfRangeException.
    • 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
      • Updated the CanDragRow and CanDragColumn method signatures in GridCellFactory to accept four parameters.
  • 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.
  • GridControl
    • Fixed an issue where layout values exceeded valid bounds by enforcing value clamping.
    • Fixed an issue where custom tab navigation did not work correctly when merged cells were used.
  • Input
    • Fixed an issue where items in C1ComboBox and C1AutoComplete could not be deselected when clearing the text box.
    • Fixed an issue where text matching failed in C1ComboBox when Condition=Contains and IsEditable=False.
    • Fixed an issue where a System.Exception occurred when a reset notification was received from the data source.
    • 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 navigating suggestions in ExpressionEditor with the Down arrow key caused an InvalidOperationException when scrolling reached the next visible view.
    • 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 the Select All checkbox remained enabled even when CanSelectAll was set to false.
    • Fixed an issue where selection failed when IsSelected was set before the item was added to the Items collection.
    • Fixed an issue where SelectedIndex set in XAML was not applied when ItemsSource was assigned later.
    • 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.
    • Fixed an issue where ItemTemplate was applied incorrectly to grouped items when no GroupStyle was defined.
    • Breaking Changes
      • Removed the ShowCaption visual state group and renamed the Caption template to SelectAll.
      • Removed the unused ViewportGap and ViewportPreviewGap properties.
  • Ribbon
    • Fixed an issue where SelectTool had inconsistent selection behavior by using a single source of truth for SelectedIndex and SelectedItem, with SelectedIndex taking precedence when specified.
    • Breaking Changes
      • Removed the setter for C1ToolSeparator.Orientation. The property is now read-only.