Syncfusion Essential Studio Blazor 2025 Volume 4 (32.1.21)

Released: Dec 30, 2025

Mises à jour de 2025 Volume 4 (32.1.21)

Fonctionnalités

  • MultiColumn ComboBox
    • The Multicolumn Combobox control now offers delay support for custom filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the DebounceDelay property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.

Correctifs

  • Data Grid
    • Resolved an issue where an Exception was thrown during Filtering when IgnoreAccent is set to true.
    • Resolved an issue where DataGrid Inline editing incorrectly created objects for nullable Complex properties.
  • Date Picker
    • Fixed an issue where manual date entry in the DatePicker defaults to today's date when pressing Enter.
  • DropDown Button
    • The ItemSelected event not triggering issue with the Menu component inside the DropdownButton popup has been resolved.
  • MultiColumn ComboBox
    • Fixed an issue where in Multicolumn ComboBox with large data source, slowness while typing in WASM.
  • Numeric TextBox
    • Resolved an issue where the value was not updating when currency was used and there was an exception to manual editing.
  • Rich Text Editor
    • The Rich Text Editor now works properly when the DeniedSanitizeSelectors property is used in Blazor.
  • Toast
    • Fixed an issue where rendering the Toast component caused a JavaScript exception during the Toast process.
  • Tooltip
    • Fixed an issue where the disposed error was thrown while placing the tooltip target element within the popup.