Infragistics Professional - includes Ultimate UI for Windows Forms 26.1.27

Released: Jun 24, 2026

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

기능

  • .NET (Core) Only
    • Replaced BinaryFormatter with new custom Infragistics Serializer - this will be the default serializer for serialization. If the Microsoft Binary Formatter is enabled and your binary data is in the older format, the Microsoft Binary Formatter will still be used for deserialization.
  • Breaking Change
    • The new custom serializer is forward compatible in regards to binary files generated with prior versions of the Ultimate UI for Windows Forms toolset. Files originally generated with the BinaryFormatter can still be read and deserialized using the new serializer. However, the BinaryFormatter used in prior versions does not have the ability to deserialize files generated in the new version
  • New Chart Features
    • Range Bar Series - Added RangeBarSeries to UltraDataChart so you can render low-to-high ranges as horizontal bars by combining a CategoryYAxis with a NumericXAxis.
    • Added the Checkmark marker type to supported chart marker enumerations, including LegendItemBadgeShape.
    • Added a new MarkerSize property to chart series that support markers so you can set the marker width and height to an exact device-independent pixel size. Setting MarkerSize to NaN restores the default template-driven marker size, and the property also applies when using lightweight markers. BubbleSeries continues to use radius-based sizing, so MarkerSize does not override bubble radius values.

수정사항

  • Tree
    • UltraTree is looking for the Infragistics.Win.Design DLL in .NET Core.
  • ToolbarsManager
    • When using inherited Forms, adding a new UltraTab does not serialize the UltraTab object.
  • Schedule
    • UltraWinSchedule - 28-day February fails to generate appointment on the 4th weekday.
  • Grid
    • UltraGrid crashes with AccessViolationException on .NET Framework 4.8.
    • UltraFormattedTextEditor doesn't respect the font size while exporting to Word.
    • The summary row in the UltraGrid is not focusable, and as such is unable to be read by screen-readers like Narrator.
    • High dpi with images do not scale properly.
    • Windows Narrator - Extra Text been added when reading Child Row band of the UltraGrid.
  • ExplorerBar
    • [High DPI] - Image and Font scaling is very inconsistent and incorrect.
  • Combo
    • [Accessibility] [Screen Reader] - UltraCombo doesn't get read by reader with checkbox options.
  • Editors
    • UltraComboEditor narrator doesn't read the selected value.
  • DataChart
    • LegendHighlightingMode property does not work in Windows Forms.
  • Combo
    • Using UltraCombox Extra word "Pane" is being added to accessibility text.
  • GridExcelExporter
    • GridExcelExporter InvalidOperationException error with MaxExcelRowCount data.
  • Map
    • UltraGeographicMap - Gaps between tiles visible during zooming.
  • ToolbarsManager
    • ArgumentOutOfRangeException occurs in UltraToolbarsManager in .NET 10.
    • NullReferenceException in ToolMenuItem.
  • GanttView
    • TimelineVisibleDateTimeRangeChanged events raised after Form has been closed.
  • TextEditor
    • UltraTextEditor shows context menu on right-click edge when unfocused even when ContextMenu and ContextMenuStrip are disabled.
  • AppStyling
    • Button styling is different in Visual Studio 2022 versus Visual Studio 2026 with Office2010Blue .isl.
  • ToolbarsManager
    • Cannot add a Main Menu Bar type of toolbar.
  • NumericEditor
    • UltraNumericEditor fires ValueChanged twice when SpinIncrement is set and in/decrementing with the keyboard.