Syncfusion Essential Studio ASP.NET MVC 2025 Volume 1 SP1 (29.2.4)

Released: May 14, 2025

Mises à jour de 2025 Volume 1 SP1 (29.2.4)

Fonctionnalités

  • AutoComplete
    • The AutoComplete control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
  • ComboBox
    • The ComboBox control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
  • DocumentEditor
    • Added support for removing editing region in the current selection position.
    • Added support for retrieving fields within the selected range.
    • Added screen reader support in Document Editor.
    • Improved editing performance when spell check is enabled.
  • DropdownList
    • The DropdownList control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
  • GanttChart
    • Introduced the showWeekend property to enhance Gantt timeline clarity. When showWeekend set to false, weekend cells are excluded from both the timeline and PDF export, allowing users to focus on working days and task-relevant timelines.
  • Grid
    • Provided support for row expand and collapse functionality.
  • Mention
    • The Mention control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
  • MultiSelect
    • The MultiSelect control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
  • PDF Viewer
    • Improved loading and interaction performance when opening documents containing a more number of form fields.
  • Pivot Table
    • Event support has been provided for identifying invalid formulas prior to creating the calculated field.
  • TreeView
    • Improved the performance of the drag and drop operation in the TreeView when using large set of data.
  • Visual Studio Extensions
    • Breaking Changes:
      • Syncfusion ASP.NET MVC Project Template has been updated with the latest themes: Fluent 2, Material 3, Tailwind 3, and Fluent 2 High Contrast.
      • Syncfusion ASP.NET MVC Project Template has been updated to the latest mvc project template structure.

Correctifs

  • Chart
    • The opacity now updates properly on the data point after the tooltip fades out.
  • Diagram
    • Connectors in the layout will now render with the correct appearance when a specific type is explicitly defined in the getConnectorDefaults function.
    • Independent nodes in complex hierarchical trees will now render without overlapping other nodes.
    • Connectors will no longer overlap nodes of varying size in layout.
    • The nodes will now have property defined in getNodeDefaults on performing undo and redo.
  • DocIO
    • Frame height is now updated properly while converting a Word document with inline content control to PDF.
    • Wrapped paragraphs are now positioned properly while converting a Word document to PDF.
    • RTL Paragraph with negative indentation is now preserved properly while resaving an RTF format document.
    • List number is now preserved in proper language while converting DOCX format document to PDF.
    • The NullReferenceException will no longer be thrown while converting a DOCX format document with IF field to PDF.
    • SVG Image in SmartArt is now preserved properly while resaving DOCX document.
    • OLE objects documents in DOCM documents are now opened properly.
  • DocumentEditor
    • Fixed performance issues related to bookmark manipulation during editing operations.
    • Resolved a script error that occurred when loading SFDT without injecting the editor module.
    • Fixed an issue where table cell content was clipped when zooming out.
    • Resolved a script error that occurred when exporting after performing a delete operation with track changes enabled.
  • DropDownTree
    • Resolved the issue where the dropdown popup did not open on the first touch interaction on iPad devices.
  • Grid
    • The issue with filtering a hidden column while using column virtualization through the filterByColumn method has been fixed.
    • The issue where an incorrect group query was added while filtering a ForeignKey column in the Grid using the ODataV4Adaptor has been resolved.
    • Resolved an issue where persistence was not retained correctly when using setCulture.
    • Resolved the alignment issue of group caption aggregates in server side Excel export.
  • PDF
    • Resolved an issue where dynamic rows in a nested grid were not preserved correctly when drawn.
    • Fixed incorrect bounds properties for loaded checkbox fields in the PDF document.
    • Addressed an issue with incorrect glyph bounds in rotated PDF documents.
    • Fixed a problem where apostrophe characters were missing in the extracted text from PDF documents.
    • Resolved an issue where hyphens were omitted in the text extracted from PDF documents.
  • PDF Viewer
    • Fixed an issue where the draw and type signatures were missing in the downloaded document for non-rendered pages when updating it using the updateFormFieldsValue method.
    • Resolved an issue where tile rendered documents appeared blurry at minimum zoom levels in server rendering mode.
    • Resolved an issue where calibration was not functioning correctly for measurement annotations.
    • Resolved an issue where hyperlinks were not rendered when enableTileRendering was set to true.
    • Resolved an issue where the rectangle annotation was not properly added when the cursor was quickly moved outside the page during drawing.
  • Pivot Table
    • Column header refresh is now restricted during the initial load when the grouping bar is enabled.
  • Presentation
    • Text color along with color transformations will be preserved properly during PPTX to PDF conversion.
    • Themed style table cell background colors will be preserved properly during PPTX to PDF conversion.
  • Schedule
    • The issue with assigning a direct date time value to the StartDate property of recurrence editor.
    • The issue where clearing the start and end dates and then selecting the All Day checkbox caused a console error in the Schedule popup has been resolved.
  • Spreadsheet
    • Issue with "exception throws while saving JSON data containing rgba color codes" has been resolved.
  • Toolbar
    • The issue with toolbar items being incorrectly ordered when overflowMode is set to Extended mode has been resolved.
  • Visual Studio Extensions
    • Resolved an issue where a invalid notification message continued to appear even after using a valid license key.