Syncfusion Essential Studio Blazor Releases

Released: Jan 14, 2025

Updates in 2024 Volume 4 (28.1.39)

Fixes

  • Chart
    • The tooltip and crosshair on the zoomed chart now function correctly with touch move interactions, followed by a long press, after a pinch-to-zoom action.
  • Chat UI
    • Resolved the issue with Chat UI displaying incorrect text during fast typing when hosted in Azure.
  • Data Grid
    • Fixed an issue where ResetPersistDataAsync did not restore resized Stacked Header columns in the grid.
    • Fixed a scrolling issue in the grid when Column Virtualization was enabled after Resizing and removing columns...

Released: Jan 7, 2025

Updates in 2024 Volume 4 (28.1.38)

Fixes

  • Chart
    • The fill color of the hollow candle series in the chart is now rendered properly.
    • No exceptions are thrown when changing the selection mode to DragXY in the chart.
    • The secondary axis in the chart no longer becomes visible on legend click when its visibility is set to false.
    • Panning in the chart works correctly when EnablePan is set to true alone.
  • Data Form
    • Fixed the issue where the DatePicker was not rendering for a non-nullable DateOnly type.
  • Data Grid
    • Fixed the issue where...

Released: Dec 31, 2024

Updates in 2024 Volume 4 (28.1.37)

Fixes

  • Autocomplete
    • Fixed an issue where users were unable to clear values using the Backspace key on the mobile virtual keyboard.
  • Chart
    • The first Y-axis scrollbar now moves properly on its initial interaction.
    • The chart crosshair and tooltip now hide properly when the reset button is clicked.
    • Chart performance has improved during dynamic data updates.
  • ComboBox
    • Fixed an issue where, in the Enable Virtualization case, the selected item is now visible when opening the popup.
  • Dashboard Layout...

Released: Dec 24, 2024

Updates in 2024 Volume 4 (28.1.36)

Features

  • Common
    • The compiled themes are now included in blazor-themes npm package.

Fixes

  • Accordion
    • An issue where the e-expand-state class was not removed from the Accordion component when collapsing an item has been resolved.
  • Chart
    • The console error no longer occurs when performing multiple range selections in the chart.
    • The chart axis range now updates properly when a trendline is specified for a series.
    • The chart no longer moves like an image when performing selection zooming on a zoomed...

Released: Dec 19, 2024

Updates in 2024 Volume 4 (28.1.35)

Features

  • Data Grid
    • Provided support for adding the left (ClientX) and top (ClientY) values to the target element for RowDropping and RowDropped arguments.

Fixes

  • Carousel
    • An issue where the carousel is still able to swipe when SwipeMode property is set to ~CarouselSwipeMode.Touch & ~CarouselSwipeMode.Mouse has been resolved.
    • An issue where the carousel continue to swipe in mobile devices, when EnableTouchSwipe property is disabled has been resolved.
  • Chart
    • The chart's secondary axis is now...

Released: Dec 12, 2024

Updates in 2024 Volume 4 (28.1.33)

Features

  • Common
    • New components - The following components have been added to the Blazor control suite:
      • Chat.
      • Ribbon.
      • Sankey.
    • Preview to production-ready components - The following components have been developed to meet industry standards and are now marked as production-ready for Blazor:
      • AI AssistView.
      • MultiColumn ComboBox.
    • Tailwind CSS 3.4 theme - All Syncfusion Blazor components support the Tailwind CSS 3.4 theme, offering enhanced styling and features for modern web development.
    • Microsoft AI...

Released: Dec 3, 2024

Updates in 2024 Volume 3 SP1 (27.2.5)

Fixes

  • AI AssistView
    • Resolved the exception raised when sending a new prompt in the AI AssistView component.
  • Calendar
    • Fixed an issue where the current date style was not displayed as a complete circle in the Fluent2 theme.
  • Dialog
    • Fixed a console error that occurred when opening the Dialog.
  • DocIO
    • The NullReferenceException will no longer be thrown while opening a DOCX format document contains footnotes with comments.
    • Table is now positioned properly while converting a Word document to PDF.
    • Table...

Released: Nov 26, 2024

Updates in 2024 Volume 3 SP1 (27.2.4)

Features

  • AI AssistView
    • Added support for auto-scrolling to the bottom when a new response is received in AI AssistView.

Fixes

  • Chart
    • The memory usage no longer increases gradually when hovering over the chart to display the tooltip.
    • The stock chart background color is now properly applied when the value has been set.
    • In the pie chart, the data label template is now rendered properly without overlapping with each other.
    • The chart series is now visible when rendering the chart in the loaded event...

Released: Nov 21, 2024

Updates in 2024 Volume 3 SP1 (27.2.3)

Features

  • Data Grid
    • Added support for retrieving the entire exception details while sending and receiving requests.
    • Improved the exporting time for Excel export when used with ForeignKeyColumns.
    • Breaking Changes - Achieved UI responsiveness during the Excel export process, enabling users to interact with the UI seamlessly. While exporting, the Excel export icon in the toolbar is disabled and re-enabled once the export is complete.

Fixes

  • 3D Chart
    • StackedTotalValue is now updated properly when...

Released: Nov 15, 2024

Updates in 2024 Volume 3 SP1 (27.2.2)

Features

  • Common
    • The Syncfusion Blazor components now fully support Microsoft .NET 9.
  • Data Grid
    • The RowDragAndDrop functionality has been enhanced to allow dragging a row from anywhere in the row inside the grid. Previously, row dragging was only supported using the drag icon in Within Grid.
    • Introduced a new enum property, AggregateTemplateType, along with a new event argument property, AggregateType, to differentiate between FooterTemplate aggregates and GroupFooterTemplate aggregates during...