Essential Studio for ASP.NET CORE Release Notes

v29.1.35
April 01, 2025

Common

Features

  • Syncfusion ASP.NET Core controls are now compatible with .NET 10 Preview.
  • SpeechToText component has been added as new component in Syncfusion ASP.NET Core Library.

Breaking changes

  • Syncfusion ASP.NET Core controls will no longer support .NET 6 and .NET 7 as it has reached its end of support cycle. We recommend upgrading to .NET 8 or .NET 9 to take advantage of new features and components.

DocIO

Bug Fixes

  • #I696888 - Text surround with braces is now found properly after calling FindSingleLine API.
  • #I700909 - Hanging issues will no longer occur while converting a Word document to PDF.
  • #I698607 – The NullReferenceException will no longer be thrown while converting DOCX with field to DOC.
  • #F196281 - Justification is now preserved properly for math while continuously calling AppendMath API.
  • #I700238, #I699673 - Inline formatting for text is preserved properly while converting HTML to DOCX document.
  • #I699968 - Nullable warning is now properly shown in DocIO NET80 and NET90 projects.
  • #I698359, #I698603 - The ArgumentOutOfRangeException will no longer be thrown while opening a HTML document.
  • #I702179 - Extra row will no longer be added in table while converting DOCX to HTML.
  • #I701901 - Reduced HTML processing time while calling AppendHTML API.
  • #I698595 - DOCX document with group shape will no longer be corrupted after save as DOCX document.
  • #I697550 – The NullReferenceException will no longer be thrown while comparing DOCX documents.
  • #I703951 - DOCX document with ink element will no longer be corrupted after save as DOCX document.
  • #FB66105 – The ArgumentException thrown while calling BookmarkNavigator.GetContent API.
  • #I696157 - Text alignment is now preserved properly while converting DOCX to HTML.
  • #I696219 - Images are now properly positioned when converting a Word that contains tight wrapping style floating items to PDF.
  • #I696476 - Nested table inside the shape is now aligned properly while converting a Word document to PDF.
  • #I696479 - Table row is now properly positioned when converting a Word with multiple line spacing to PDF.
  • #I696271 - The System.FormatException will no longer be thrown while converting a Word document to PDF with culture dependent.
  • #I701581 - Text inside a table is now preserved properly while converting a Word to PDF.
  • #I701030 - The ArgumentOutOfRangeException will no longer be thrown while converting a Word document to PDF with multiple columns.
  • #I701580 - Text inside a textbox in the header/footer is now preserved properly while converting a Word that contains different page orientations to PDF.
  • #I703085 - Zero-width Unicode symbols are now preserved properly while converting a Word document to PDF.
  • #F196348 - Images are now positioned properly while converting a Word that contains NUMPAGES field to PDF.
  • #I704614 - Text inside a table is now preserved properly while converting a Word to PDF.
  • #I705402 - Underline is now applied properly to the empty space paragraph with “ulTrailSpace” tag while converting a Word to PDF.

Grid

Bug Fixes

  • #I698681 - Resolved an issue where the record was getting selected when calling closeEdit() with checkboxOnly set to true.
  • #I701758 - Fixed the issue where the filter dialog appeared under the column-menu in the Grid.
  • #FB66390 - Resolved an issue where getSelectedRecords() returned an empty array instead of the selected records when virtualization was enabled, a column was grouped, and the dataSource had fewer records than the viewport.
  • #I691456 - Fixed the issue where the excelAggregateQueryCellInfo event was triggered only for aggregate cells and not for other cells in the row.
  • #I696838 - The issue where the grid pager template wasn’t being destroyed before creating a new one has been resolved.
  • #I690601 - The issue where the ToolbarTemplate in the childGrid was not rendering properly has been resolved.
  • #I694635 - Fixed the issue where pressing Alt + PageUp/PageDown in a paginated Grid caused unexpected page navigation.
  • #I699725 - Resolved an issue where the groupCaptionTemplate occupied a single cell, causing an additional cell to be inserted in the exported file.
  • #F196283 - Resolved an issue where searching for decimal values starting with zero caused the leading zero to be unexpectedly removed.
  • #I659606 - Resolved an issue with inconsistent typing of FailureEventArgs in the Grid’s actionFailure event.
  • #I698371 - Resolved an issue where, during infiniteScrolling with lazyLoadGrouping enabled, the content unexpectedly scrolled back to the top instead of maintaining its position.
  • #I703410 - Resolved an issue with server-side Excel export where the boolean column incorrectly exported the true value.
Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.