Essential Studio for Blazor Release Notes
v28.2.9
March 04, 2025
AutoComplete
Features
-
#I34111
- Implemented support to prevent additional requests from being sent to the server for prebind values by introducing theAllowExtendedValueLookup
argument in the ActionBegin event delegate. This allows users to control whether theequal
operator request for prebound values is necessary.
Chart
Bug Fixes
-
#I693523
- In the chart, the tooltip now displays in the correct format for the DateTimeCategory axis in Spanish culture.
Circular Gauge
Bug Fix
- Now, the range drag is working properly for multiple ranges with different radii in the circular gauge.
ComboBox
Bug Fixes
-
#I688872
- Fixed an issue with preserving case for custom values when matching the DataSource by utilizing the IgnoreCase property of the combo box.
Dialog
Bug Fixes
-
#I687476
- Reverted the fix for the issue where the overlay position was displaced when closing the Blazor dialog with the sidebar sample.
DropDown List
Bug Fixes
-
#I685297
- Fixed the issue where the initial rendering, a modified class has been added to one of the dropdowns.
Gantt Chart
Bug Fix
-
#I692296
- Resolved an issue where parent records in the resource view could not be reordered using drag-and-drop.
InPlace Editor
Bug fixes
-
#F196077
- Fixed an issue where two-way binding was not functioning correctly in the InPlace editor.
MultiSelect
Bug Fixes
-
#IF65309
- Fixed an issue that dynamically updates the short type value for the Multi-select component.
Query Builder
Bug Fixes
-
#I693295
- Resolved the issue where a script error was thrown when using the dropdown list in the Query Builder through template support in WASM render mode.
Rich Text Editor
Bug Fixes
-
#I693618
- Now, when performing a delete action at the end of a line, a single character is deleted without triggering a script error.
Tab
Bug fixes
-
#I692520
- An issue with third-party icons not rendering properly in Tabs has been resolved.
Tree Grid
Bug Fixes
-
#I690512
- Resolved script error occurs while saving a cell when the template has no field in remote data binding.
TreeView
Bug Fixes
-
#I688881
- The drag and drop functionality issue in the Blazor TreeView component has been resolved.
Uploader
Bug Fixes
-
#F196049
- Fixed an issue where a console error occurs on the Uploader when the EditForm/EditContext is re-initialized upon clicking the submit button. -
#I684133
- Fixed an issue where retrying chunk uploads did not properly handle custom data during the OnUploadStart event.
XlsIO
Bug Fixes
-
#I692350
- Negative fraction values are now rendered properly when converting Excel to CSV and PDF. -
#I686386
- Exception will no longer be thrown when named ranges conflict with existing cell references. -
#I681183
- Column width is now calculated correctly when applying AutoFitColumn at 100% screen resolution. -
#I686795
- Custom filters are now properly cleared when accessing the Clear method. -
#I684989
- Kurdish characters are now rendered properly when converting Excel to PDF.