Syncfusion Essential Studio Blazor 2026 Volume 1 (33.1.49)

Released: Apr 14, 2026

Actualizaciones en 2026 Volume 1 (33.1.49)

Correcciones

  • Accumulation Chart
    • The Legend templates now render correctly over the pagination when the chart is displayed within the Dashboard Layout.
  • Chart
    • In the chart, the lengthy label legends were correctly wrapped to prevent overlapping during pagination.
    • The tooltip is now correctly positioned along with the cursor in the chart.
    • The scrollbar functions correctly when used with lazy loading on the DateTime axis.
  • Data Form
    • Fixed an issue where Blazor DataForm failed to bind and display pre-assigned DateTimeOffset values, incorrectly showing DateTimeOffset.MinValue instead of the initialized data.
  • Dialog
    • Fixed an issue where the OnClick event of a button in a nested Blazor Dialog was triggered twice when activated using the Enter key.
  • DropDown List
    • Resolved an issue where the DropDownList input height doubled when inline styles were applied via the HtmlAttributes property.
  • MultiSelect
    • Fixed an issue where the MultiSelect popup retained previously filtered data when reopened while virtualization and filtering were enabled.
  • Rich Text Editor
    • The Rich Text Editor now works properly when initialized with a single blank space in Markdown mode, preventing broken HTML and errors.
    • The Rich Text Editor now works properly when selecting all content in the editor and pressing the Backspace key, and the ValueChange event provides the updated (empty) value in Markdown mode.
    • The Rich Text Editor now works properly when pasted content exceeding the maxlength value is truncated, and multiple formatting styles are applied correctly to the truncated content.