Syncfusion Essential Studio Windows Forms 2025 Volume 1 SP1 (29.2.5)

Released: May 21, 2025

Updates in 2025 Volume 1 SP1 (29.2.5)

Funktionen

  • GridControl
    • Breaking Change - In earlier versions, enabling the TransparentBackground API in GridControl prevented the cell BackColor from being displayed. This behavior has been changed, and the BackColor of the cell is now rendered as expected.

Fehlerkorrekturen

  • DocIO
    • The ArgumentOutOfRangeException will no longer be thrown while converting DOCX format document to PDF.
    • The NullReferenceException will no longer be thrown while saving as DOC format document with table.
    • Mapped CellContentControl is now preserved properly while resaving a DOCX format document.
    • Bookmarks are now preserved properly while resaving a DOCX format document.
    • Table header row is now preserved properly while resaving a HTML format document.
    • Document will no longer be corrupted after calling ImportContent API.
    • The ArgumentOutOfRangeException will no longer be thrown while converting DOCX format document with table to PDF.
    • IF field with content control is now preserved properly while converting Word document to PDF.
    • The NullReferenceException will no longer be thrown while thrown while converting Word document to PDF.
    • Hyphen character code is now preserved properly while converting HTML to DOCX format document.
  • GridControl
    • The cell BackColor will now be properly applied when the BackgroundImage is set for the GridControl.
    • The GridControl ClipboardCopy event now triggers only once per action in MDI child form, ensuring that the Cut and Paste operations function correctly without errors.
  • GridGroupingControl
    • When the StackedHeader row height is resized in GridGroupingControl, the RecordRow height will no longer be adjusted automatically, and the StackedHeader row height will be set independently based on the new value.
  • PivotGridControl
    • The pivot table is now generated correctly based on the formatted pivot fields when the Format property of a pivot field is changed at runtime in the PivotGridControl.
  • SfDataGrid
    • IndexOutOfRangeException will no longer be thrown and Grouping will not be reset when updating the BindingSource.Position while using a BindingSource as the DataSource.
    • When using a BindingSource as the DataSource, adding new row using BindingSource.AddNew() and updating BindingSource.Position will no longer result in duplicate rows being added to the SfDataGrid.