Rilasci di Syncfusion Essential Studio Windows Forms

Released: Feb 5, 2026

Aggiornamenti in 2025 Volume 4 SP1 (32.2.3)

Correzioni

  • GridGroupingControl
    • After inserting rows into the GridGroupingControl DataSource at runtime, the last row’s data will no longer change when it is selected.
  • RibbonControlAdv
    • RibbonForm can now be resized correctly from the left and right edges.
    • NullReferenceException will no longer occur when adding a ToolStripEx through CustomizeRibbon and accessing its Items property.
  • SfDateTimeEdit
    • Reduced extra spacing between datetime fields in SfDateTimeEdit when the editing mode is set to Mask.

Released: Jan 27, 2026

Aggiornamenti in 2025 Volume 4 (32.1.25)

Correzioni

  • Calculate
    • An issue related to IF formula returning an incorrect result when using German culture in the Blazor application has been fixed.

Released: Jan 13, 2026

Aggiornamenti in 2025 Volume 4 (32.1.23)

Correzioni

  • EditControl
    • The application now loads the EditControl correctly within a child form inside the DockingManager and other Syncfusion controls without hanging, even when multiple forms are present.

Released: Jan 6, 2026

Aggiornamenti in 2025 Volume 4 (32.1.22)

Correzioni

  • Calculate
    • An issue related to SUBSTITUTE formula returning an incorrect value for the decimal separator in CalcEngine has been fixed.
  • SfComboBox
    • The selection range now updates correctly when editing text in SfComboBox with SuggestAppend enabled.

Released: Dec 30, 2025

Aggiornamenti in 2025 Volume 4 (32.1.21)

Correzioni

  • Calculate
    • An issue related to TEXT formula returns incorrect result when the argument contains custom format in CalcEngine has been fixed.
    • An issue related to TYPE formula returns incorrect result for empty cell reference in CalcEngine has been fixed.
  • MetroForm
    • When performing Windows Snap Layouts with MetroForm, the form borders now render correctly when AllowRoundedCorners is enabled on Windows 11.
  • PivotGrid
    • The column out‑of‑range exception will no longer occur when adding items...

Released: Dec 23, 2025

Aggiornamenti in 2025 Volume 4 (32.1.20)

Correzioni

  • SfDataGrid
    • When adding a new row using the built-in AddNewRow option, pressing the Tab key commits the row properly.
  • Spreadsheet
    • An issue related to RichText alignment on height DPI in Spreadsheet control has been fixed.

Released: Dec 16, 2025

Aggiornamenti in 2025 Volume 4 (32.1.19)

Funzionalità

  • Common
    • Added support for .NET 10 via dedicated assemblies.
    • Added support for Visual Studio 2026.
  • DataGrid
    • Row drag and drop - Lets users reorder rows in a grid and move rows between grids.
  • Numeric TextBox
    • Preserve data accuracy - To ensure precise calculations and reliable data processing, the Numeric TextBox now supports retaining precise numeric values even when a formatted version is displayed. This enhancement helps maintain consistency between user-facing formats and back-end...

Released: Dec 9, 2025

Aggiornamenti in 2025 Volume 3 SP2 (31.2.18)

Funzionalità

  • PivotGrid
    • Included an optional parameter named showNotification in the following methods to control whether success or error messages are displayed in a pop-up message box during serialization and deserialization.
      • Serialize(bool showNotification = true).
      • Serialize(string fileName, bool showNotification = true).
      • Serialize(string fileName, SerializationOptions options, bool showNotification = true).
      • Serialize(Stream stream, bool showNotification = true).
      • Serialize(Stream stream...

Released: Dec 2, 2025

Aggiornamenti in 2025 Volume 3 SP2 (31.2.16)

Correzioni

  • Spreadsheet
    • When clicking the Close Tab in the Spreadsheet control, it now only closes the form containing the spreadsheet instead of the entire application.

Released: Nov 25, 2025

Aggiornamenti in 2025 Volume 3 SP2 (31.2.15)

Correzioni

  • Calculate
    • StackOverflow exception is no longer thrown when dependent cells contain circular references in CalcEngine.
  • GridControl
    • The chart now renders properly when placed inside GridControl using the cellType with the Control property, and scrolling is performed in the up and down directions.