Syncfusion Essential Studio Blazor 2026 Volume 1 SP1 (33.2.8)

Released: May 26, 2026

2026 Volume 1 SP1 (33.2.8) 버젼 업데이트

수정사항

  • Dashboard Layout
    • Fixed an issue where console logs were generated when the ShowGridLines property was enabled.
  • 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.
  • File Manager
    • An issue with the authorization header not being received during the upload operation in the FileManager component has been resolved.
  • 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.
  • Rich Text Editor
    • The multiple white spaces in between text content will no longer be reverted to a single space in the RichTextEditor.
  • Schedule
    • The issue where the application crashes when closing the browser tab quickly after a cell click has been resolved.
  • Splitter
    • Resolved an issue where pane order was incorrect in RTL mode by rendering the visible panes in reverse order when EnableRtl is set to true.
  • Tab
    • Fixed an issue where the SelectAsync method incorrectly selected hidden tab items in the Tab component.
    • Resolved an unhandled exception occurring during component disposal in unstable network conditions by introducing safe exception handling.
  • TextBox
    • Fixed an issue where the TextBox value was not updating correctly inside EditForm.
  • Tree Grid
    • Fixed an issue where dynamically updating the column Visible property within OnAfterRenderAsync did not reflect in the Blazor TreeGrid UI.