Syncfusion Essential Studio Blazor 2025 Volume 2 SP1 (30.2.5)

Released: Aug 13, 2025

Actualizaciones en 2025 Volume 2 SP1 (30.2.5)

Correcciones

  • AutoComplete
    • Fixed an issue where the dropdown popup was not opening due to OnOpen event binding.
  • Chat UI
    • The issue with sending prompt after switching between views in AI AssistView has been resolved in the Chat UI.
  • Data Grid
    • Resolved an issue where the Empty and Not Empty filter operators failed when using the ODataV4Adaptor in the grid.
    • Fixed an issue where DisplayAsCheckBox columns displayed incorrect values in newly inserted records in the grid.
    • Resolved an issue where sorting did not function when a ForeignKey Column was bound to complex properties in the grid.
    • Fixed an issue where a blank space appeared in the grid when toggling column visibility using the ColumnChooser while the grid column Width was set to Auto.
  • Date Range Picker
    • Resolved the issue where the DateRangePicker appeared entirely disabled when the AllowEdit property was set to false in the Bootstrap 5 theme.
  • DocIO
    • Image is now aligned properly in the Word document after calling the AppendHTML API.
    • Text with "SimSun" font is now preserved properly while converting a Word document to PDF.
    • Before spacing is now properly applied to the paragraph when converting a Word document with multiple columns to PDF.
  • Document Editor
    • Fixed a script error that occurred when decreasing the indent in list paragraphs.
    • Resolved a script error triggered during beginUndoAction when clearing the redo collection.
    • Corrected layout inconsistencies when inserting whitespace after selecting content.
    • Resolved an issue where underlines applied to images were not retained correctly.
    • Fixed a script error occurring when dragging text from a table into the header.
  • DropDown List
    • Resolved an issue where the aria-expanded attribute incorrectly set to false upon opening the popup and entering a value in the DropdownList input field.
    • Implemented handling for DivideByZeroException in the GetSkeletonCount method during filtering operations.
  • Floating Action Button
    • The issue with dynamically changing the value of the Visible property in the FAB has been resolved, ensuring proper functionality.
  • Gantt Chart
    • Resolved an issue where row drag occurred during text selection in cell edit mode when AllowRowDragAndDrop is enabled.
    • Fixed an issue where a newly added record was not selected when using the AddRecordAsync method with virtualization enabled.
  • Mention
    • Resolved an issue where the popup would remain open after navigating between pages.
  • MultiSelect
    • Fixed an issue where the multi-select feature was resizing the grid content div instead of the multi-select popup element.
    • Fixed an issue with the multi-select control that allows users to remove selected options using the keyboard backspace key on Android devices.
  • PDF
    • Resolved an issue where saving a PDF with custom fonts applied to form fields failed.
    • Resolved an issue in the PDF template/graphics where content from previous pages overlapped subsequent pages.
    • Resolved an issue where a conformance conversion error occurred during PDF document conversion.
    • Fixed an issue where BoundsCollection returned incorrect dimensions when comparing bounds for text markup annotations.
    • Fixed an issue where PDF/A-1B conversion was not performed correctly according to the specification.
    • Fixed an issue where the IsContainsFont API did not return the correct value for the Osmanya script.
    • Resolved an issue where the description of an attachment was not updated after saving the PDF document.
    • Resolved an issue where PDF text was rendered incorrectly after compression.
    • Resolved an issue where a conformance error occurred during PDF to PDF/A conversion.
    • Resolved an issue where export functionality did not work correctly with grouped checkboxes.
    • Resolved an issue where using a single instance of loadedDocument for exporting annotations caused performance degradation.
    • Improved performance by resolving lag during text extraction from PDF files.
  • Presentation
    • Color changed images are now properly preserved when resaving the PowerPoint presentation.
    • Rotate with Shape property will now be retained properly for picture fills when resaving the PowerPoint presentation.
  • Tab
    • The issue where the Tab's previous animation doesn't work when switching tab items using the SelectAsync method has been fixed.
  • Time Picker
    • Issue with the ValueChange event not triggers when InputFormats is enabled in TimePicker has been resolved.
  • Tooltip
    • Tooltip is not opening on touch devices when using the opensOn property as click has been resolved.
  • Tree Grid
    • Resolved an issue where child records were duplicated without their parent when using the Query property.
    • Resolved console error with aggregates in treegrid custom adaptor samples.
  • XlsIO
    • Empty rows are correctly inserted when creating Excel documents using List data with template markers.
    • JPEG image file size is preserved correctly when adding the pictures to an Excel document.
    • Cell style preservation issues no longer occur when merging multiple workbooks into a single workbook.
    • Table name mentioned properly in named ranges when using tables in Excel document.
    • Performance has been improved when handling excessive characters in cells during Excel to PDF conversion.
    • In the latest Microsoft Excel update, Excel documents containing Pivot tables were experiencing corruption when created or resaved using XlsIO. This was due to a change in Excel's handling of the Pivot table XML structure-specifically, the count attribute, which was previously optional, is now required. This issue has been resolved. XlsIO now ensures that the count attribute is correctly included in Pivot table definitions, maintaining compatibility with the latest Excel update and preventing file corruption.