Infragistics Ultimate UI for Windows Forms 릴리스

Released: May 15, 2025

25.1 버젼 업데이트

기능

  • UltraDataChart
    • Trendline Layer - The TrendlineLayer is a new series type that allows you to apply a single trend line per trend line layer to a particular series. This allows the usage of multiple trend lines on a single series since you can have multiple TrendlineLayer series types in the chart.
    • Data Legend and DataTooltip LayoutMode - The UltraDataLegend and DataToolTipLayer elements now expose a LayoutMode property that you can use to layout the legend in either a table or vertical...

Released: Feb 28, 2025

24.2.27 버젼 업데이트

수정사항

  • UltraToolbarsManager
    • RibbonGroup elements take new keys after form designers change.
  • UltraDoughnutChart
    • UltraDoughnutChart is causing a memory leak while adding series.
  • UltraGrid
    • Cannot edit milliseconds within a DateTime column in the UltraGrid.
    • UltraGrid doesn't filter correctly when items contain a comma.
    • ArgumentNullException occurs when opening the grid in a dialog and having the mouse over it while it loads.
  • UltraDataChart
    • ScatterLineSeries does not show the color of the line...

Released: Dec 20, 2024

24.2 버젼 업데이트

기능

  • Microsoft .NET 9 Support - As of version 2024.2, the Ultimate UI for Windows Forms toolset supports .NET 9. With this release and per the Microsoft .NET lifecycle, Infragistics no longer support .NET 3.1, .NET 5, or .NET 7.
  • Breaking Change - With the release of .NET 9, the Binary Formatter used by many save and load methods in the Ultimate UI for Windows Forms toolset has been removed by Microsoft.

Released: Sep 23, 2024

24.1.57 버젼 업데이트

수정사항

  • General
    • Window sizing issues clipping text and options.
  • UltraSpreadsheet
    • Cell value is not recalculated when a cell which is in a referenced range in a formula is updated.
  • UltraDataChart
    • When the UltraDataChart is placed in a Form that is shown by ShowDialog(), closing it and the parent Form causes an ArgumentException.
    • Chart stops refreshing during real-time data update.
  • UltraTextEditor
    • Buttons are duplicated when the control is extended.
  • UltraValidator
    • NullReferenceException occurs at...

Released: Aug 9, 2024

24.1.38 버젼 업데이트

기능

  • UltraDataPieChart - The UltraDataPieChart is a new component that renders a pie chart. This component works similarly to the UltraCategoryChart, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.
  • Data Legend and Data Tooltip Grouping - A new UltraDataChart grouping feature added. The property GroupRowVisible toggles grouping with each series opting in can assign...

Released: Jun 28, 2024

23.2.180 버젼 업데이트

수정사항

  • UltraGrid
    • Save column filter to XML not working.
    • Not able to type Euro sign in the 1st time.
    • Rows.VisibleRowCount returns 1 when all rows are filtered out.
    • Massive difference when dropping the grid to the designers.
    • UltraGrid export to Excel showing up hidden cell and not all columns are visible.
  • UltraDataChart
    • Calling Reset() on a series prevents the ability to show tooltips even if you set ShowDefaultTooltip back to true.
    • When the UltraDataChart is placed in a Form that is shown by...

Released: Apr 17, 2024

23.2.131 버젼 업데이트

기능

  • Funnel Chart Highlighting - The UltraFunnelChart now has a highlighting overlay. It exposes this overlay through multiple highlighting properties, namely HighlightedItemsSource, HighlightValueDisplayMode, HighlightedValueMemberPath, and HighlightingOpacity.
    • When the HighlightValueDisplayMode is set to Overlay, this works in tandem with the HighlightedItemsSource and HighlightedValueMemberPath to provide a highlighted overlay the displays the difference between the values in the chart's...

Released: Dec 7, 2023

23.2 버젼 업데이트

기능

  • .NET 8.0 support - As of version 2023.2, the Ultimate UI for WinForms toolset supports .NET 8.
  • Chart Highlight Filter - The UltraCategoryChart and UltraDataChart now expose a way to highlight and animate in and out of a subset of data. The display of this highlight depends on the series type. For column and area series, the subset will be shown on top of the total set of data where the subset will be colored by the actual brush of the series, and the total set will have a reduced opacity. For...

Released: Jun 28, 2023

23.1 버젼 업데이트

기능

  • Chart Dash Array - Now supports the ability to apply a 'DashArray' to a series to visualize them as a dashed line. The dash array can also be applied to trendlines of the series via the TrendLineDashArray property. In addition, axes now support dash arrays for axis lines and major and minor gridlines.
  • Chart Value Layer - Added a new 'ValueLayer' series type which allows you to render an overlay for different focal points of plotted data including maximum, minimum and average. This is rendered...

Released: Nov 15, 2022

Infragistics Ultimate UI for Windows Forms 버젼 업데이트

기능

  • Added support for Microsoft .NET 7.