#I705491 - Fixed an issue that prevented the data manager function from executing twice when the combo box was opened using the space key.
ComboBox
Bug Fixes
#I717647 - Fixed an issue where value binding was not functioning correctly with value tuples.
#I718197 - Fixed an issue where the preselected value was not displayed correctly.
Data Grid
Bug Fixes
#I718770, #FB67244 - Fixed an issue where the OData API failed when using a wildcard filter without the * (star symbol).
#I721889, #FB67412 - Fixed an issue where Resizing a column caused the last header to be hidden and the filter icon to be partially visible.
#I723334, #FB67533 - Fixed an issue where the added row was not saved when pressing the enter key while the ColumnChooser was enabled in a DataGrid rendered inside a dialog.
Dialog
Bug Fixes
#I720155 - Resolving the broken ARIA Reference Accessibility Issue in Dialog Component when header is null.
DocIO
Bug Fixes
#F67332 - The ArgumentOutOfRangeException will no longer be thrown while converting DOCX format document to PDF.
#I718843, #I719727 – The NullReferenceException will no longer be thrown while saving as DOC format document with table.
#I719923 - Mapped CellContentControl is now preserved properly while resaving a DOCX format document.
#I719790 - Bookmarks are now preserved properly while resaving a DOCX format document.
#I716336 - Table header row is now preserved properly while resaving a HTML format document.
#I691765 - Document will no longer be corrupted after calling ImportContent API.
#I718491, #I718743 – The ArgumentOutOfRangeException will no longer be thrown while converting DOCX format document with table to PDF.
#I723130 - IF field with content control is now preserved properly while converting Word document to PDF.
#I723052 - The NullReferenceException will no longer be thrown while thrown while converting Word document to PDF.
#I723590 - ExtraLight and ExtraBold fonts are now applied properly while converting a Word document to PDF.
Hyphen character code is now preserved properly while converting HTML to DOCX format document.
DropDown List
Bug Fixes
#I715704 - Fixed the issue where multiple requests were being made to the DropDownList component in WASM.
MaskedTextBox
Bug Fixes
#I952577 - Resolved an issue where the paste action did not function correctly when the MaskedTextBox was enabled dynamically.
MultiSelect
Bug Fixes
#I706579 - Improved the performance of the multi-select component in the WASM Blazor sample.
#I715872 - Fixed an issue where the full placeholder text was not displayed correctly when a Chinese string was set as the placeholder.
#I715613 - Resolved an issue where a console error occurred when the dialog was closed while the MultiSelect popup remained open.
#I718923 - Fixed an issue that caused a blank space to appear during scrolling after resizing the popup when virtualization was enabled.
NumericTextBox
Bug Fixes
#I694062 - Fixed an issue where the NumericTextBox was not auto-selecting the inputs when receiving focus on slow 3G connections.
#I714075 - Fixed an issue that caused the application to freeze when switching focus between two NumericTextBox components.
Pivot Table
Features
#I665791 - Added event support to enable the passing of custom properties to the server-side engine.
Rich Text Editor
Bug Fixes
#I725820 - Resolved an issue where deleting extra paragraph lines in the rich text editor removes content unexpectedly.
Schedule
Bug fixes
I694145 - The issue where the setWorkdaysAsync and resetWorkdaysAsync methods did not work when dates and group index were passed has been resolved.
Tab
Bug fixes
#I720185 - The issue where setting the Animation property to GlobalAnimationMode.Disable did not work on the Tab Component has been resolved.
#I701044 - The issue where tab items dynamically show/hide after changing the order has been resolved.
#I712705 - The issue where selected tab content was not shown when switching quickly in Mode OnDemand has been resolved.
Tree Grid
Bug Fixes
#F67443 - Resolved an issue where the expand/collapse icon was missing when dragging and dropping row to the same position, followed by adding a record as a child.
#F67422 - Resolved an issue where an exception occurred while dragging and dropping a row onto an empty space.
Uploader
Bug Fixes
#I704871 - The issue with custom data not being properly retrieved on the server when using the RetryAsync method for chunk uploads has been resolved.
#I713897 - The issue with OnClear event triggered while uploading a file when AllowMultiple is set to false.