Syncfusion Essential Studio Blazor(英語版)

BlazorのネイティブUIコンポーネントの総合ライブラリ

Syncfusion 社の製品
2002 年より日本国内にてComponentSourceで販売中。

バージョン: 2025 Volume 1 SP1 (29.2.5) 新機能 更新日: May 21, 2025 レビューの平均スコア: 3.00レビューの平均スコア: 3.00レビューの平均スコア: 3.00レビューの平均スコア: 3.00レビューの平均スコア: 3.00 (1)

i

Please note that new Timed Subscription Licenses for Syncfusion Essential Studio for Blazor are available as part of Syncfusion Essential Studio Enterprise.

Syncfusion Essential Studio Blazor 2024 Volume 3 SP1 (27.2.2)

Released: Nov 15, 2024

2024 Volume 3 SP1 (27.2.2) での更新項目

機能

  • 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 ExcelExport and PdfExport events.
      • AggregateTemplateType: Specifies the template type used for rendering aggregate cells in a grid during exporting. This property allows differentiation between cells in the group caption, grid footer, or group footer.
      • AggregateType: Identifies the type of aggregate cell being rendered during exporting, allowing customization based on the specific aggregate type.
  • Gantt Chart
    • Added a new Custom field type to GanttDialogFieldType for custom columns in Gantt chart.
  • PDF
    • Added .NET 9 support for PDF, HTML Converter, and OCR Processor.
    • The Skiasharp version used in the PDF Imaging, XPS to PDF Converter, and OCR Processor libraries has been updated to v2.88.8.
  • PDF Viewer
    • Breaking Change - With this release, the Blazor PDF Viewer (Classic) component has been excluded. As a result, the following NuGet packages will no longer be published. It is strongly encouraged that you to migrate to the Syncfusion.Blazor.SfPdfViewer package. Excluded Packages:
      • Syncfusion.Blazor.PdfViewer.
      • Syncfusion.PdfViewer.AspNet.Core.Windows.
      • Syncfusion.PdfViewer.AspNet.Core.Linux.
      • Syncfusion.PdfViewer.AspNet.Core.OSX.
  • Visual Studio Code Extensions
    • Added .NET 9.0 support to the Syncfusion Visual Studio Code Blazor Project Template.
  • Visual Studio Extensions
    • Added .NET 9.0 support to the Syncfusion Blazor Template Studio, Code Generator, Conversion, Migration, and Scaffolding.
  • XlsIO
    • Skiasharp version has been upgraded to v2.88.8 in Excel to PDF and Excel to Image converters.

不具合の修正

  • Carousel
    • An issue where the MAUI Carousel swipe functionality was not working correctly on iOS devices has been resolved.
  • Chart
    • The chart now updates properly when the data point count is one or less.
    • The chart series type now changes properly when dynamically updated using an asynchronous method.
    • Chart annotations are now displayed correctly for the logarithmic axis.
  • ComboBox
    • Fixed an issue where clicking the tab key did not move the focus to the next focusable element.
  • Data Grid
    • Resolved an issue where invoking a public method on the Pager component caused unintended scrolling on the page.
    • Fixed an issue where the key value could not be retrieved from the SfDataManager in the Read method's additional parameters.
    • Fixed an issue where the DatePicker element remained open after clicking on grid whitespace when the FilterMenu was open.
    • Fixed an issue where unable to drop rows between grids due to disable icon and bottom border visibility during RowDragAndDrop.
    • Fixed an issue where the HeaderCheckState did not properly reflect manual selections in the grid when using remote data.
    • Fixed an issue where unable to navigate to the next focusable element from the last cell of the grid using the Tab key.
  • Diagram
    • The node highlighter is now removed when switching tools while hovering over a node.
    • The node shape now correctly flips when the flip mode is set to port and a flip action is performed.
  • DocIO
    • MathML equations are now preserved properly while converting a Word document to an image multiple time.
    • The InvalidOperationException will no longer be thrown while converting a Word document to HTML after enabling HtmlExportBodyContentAlone API.
    • The NullReferenceException will no longer be thrown while opening a DOCX document with footnote.
  • Gantt Chart
    • The issue where Chinese characters were not rendered in the exported PDF document has been resolved.
  • Maps
    • The X and Y property values returned in the markerClick event triggered on the marker template will now be correct.
    • Markers will no longer flicker when panning the map.
  • PDF Viewer
    • The exception that occurred in debug mode when the EnableAnnotation API was set to false has been resolved.
    • The issue where the combo box, consisting of both a dropdown and an input element, is now rendered properly in the PDF Viewer.
    • The issue where exporting annotations failed in the Blazor WASM sample when exporting as a stream with EnableChunkMessages set to true has been resolved.
    • The issue where the FormFieldClick event was not triggered when right-clicking on a form field has been resolved.
    • The issue where exporting annotations failed when using the old JSON format has been resolved.
  • Pivot Table
    • Fixed the issue where the "HyperlinkCellClicked" event was not triggered when clicking on hyperlinked value cells in the pivot table.
    • Resolved the issue preventing values from being switched in the Pivot Chart Grouping Bar dropdown.
    • Addressed the pivot table crash when custom grouping was applied to the value header.
    • Fixed the grouping functionality that was not working when data compression was enabled.
    • Resolved the static field list issue when using the server-side engine.
    • Fixed the issue with displaying the subtotal at the bottom in the OLAP pivot table when a measure was placed in the row axis.
    • Addressed the exception occurring when changing the format type of a calculated field created through code-behind.
    • Fixed the exception occurring when adding the calculated field to the value axis in the OLAP pivot table.
    • Resolved the exception occurring when opening the drill-through dialog UI in the OLAP pivot table.
    • Fixed the pivot table break issue when binding the QueryCellInfo event.
    • Addressed the issue where the member filter and label filter UI appeared empty when data compression was enabled in the pivot table.
  • Presentation
    • The IndexOutOfRangeException will no longer be thrown while opening the document with duplicate slide relation.
    • Font color now preserved properly while converting PPTX to PDF.
  • Tree Grid
    • Resolved an issue where the last child record was not bound when ExpandAll was set to true in the Expanding event.
    • Resolved an issue where newly added records were not displaying in the UI when using an ObservableCollection.
    • Resolved an issue where the context menu did not display the built-in AddRow item.
  • TreeView
    • The issue with the expand/collapse icons in the Dropdown Tree component when setting the ExpandOn property to click has been resolved.
  • XlsIO
    • The styles are now applied properly to hidden ranges when creating an Excel document.