Syncfusion Essential Studio Blazor 2026 Volume 1 SP1 (33.2.10)

Released: Jun 2, 2026

2026 Volume 1 SP1 (33.2.10) 中的更新

修补程序

  • Data Form
    • Fixed an issue in DataForm where the FormItem LabelText property was ignored when the model property had a [Display] attribute.
  • Data Grid
    • Resolved an issue to improve DataGrid rendering in WASM applications when DisableHtmlEncode is disabled.
    • Resolved an issue where row dragging to the DataGrid bottom threw an exception in the DataGrid.
    • Resolved an issue where the ColumnChooser opened incorrectly when CssClass was applied to a toolbar item in the DataGrid ToolbarTemplate.
  • DropDownTree
    • Fixed an issue where unselecting child nodes caused significant performance delay when the ValueChanged event was bound.
  • Image Editor
    • Resolved an issue where crop resizing could not be restricted using the OnSelectionResizeStart event due to asynchronous handling during interaction.
  • MultiSelect
    • Resolved an issue where the MultiSelect input height doubled when inline styles were applied via the HtmlAttributes property.
    • Fixed an issue where the 'Select All' option in MultiSelect did not function correctly after reopening the dialog.
  • Numeric TextBox
    • Resolved continuous value updates in WPF by preventing multiple simultaneous timer executions during spinner interactions.
  • Tab
    • Fixed an issue where the SelectAsync method incorrectly selected hidden tab items in the Tab component.
  • TextBox
    • Fixed an issue where the TextBox value was not updating correctly inside EditForm.