#I789715, FB71633 - Resolved an issue where an Exception was thrown during Filtering when IgnoreAccent is set to true.
#I794422, FB71837 - Resolved an issue where DataGrid Inline editing incorrectly created objects for nullable Complex properties.
Date Picker
Bug Fixes
#I796272 - Fixed an issue where manual date entry in the DatePicker defaults to today’s date when pressing Enter.
DropDown Button
Bug Fixes
#I788565 - The ItemSelected event not triggering issue with the Menu component inside the DropdownButton popup has been resolved
MultiColumn ComboBox
Bug Fix
#I787592 - Fixed an issue where in Multicolumn ComboBox with large data source, slowness while typing in WASM.
Features
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.
Numeric TextBox
Bug Fixes
#I797783 - Resolved an issue where the value was not updating when currency was used and there was an exception to manual editing.
Rich Text Editor
Bug Fixes
#F197942 - Now, the Rich Text Editor works properly when the DeniedSanitizeSelectors property is used in Blazor.
Toast
Bug Fixes
#I796862 - Fixed an issue where rendering the Toast component caused a JavaScript exception during the Toast process.
Tooltip
Bug Fixes
#I786397 - Fixed an issue where the disposed error was thrown while placing the tooltip target element within the popup.