Essential Studio® for Blazor Release Notes
v28.2.5
February 11, 2025
Carousel
Bug fixes
-
#I663252
- The issue where theEnableTouchSwipe
property did not work correctly after dynamic changes has been resolved.
Chart
Bug Fix
-
#I686516
- The exception that occurred while dynamically adding a line chart to a stacked area chart has been resolved.
Features
- The performance of the scatter chart series has been improved to better handle large volumes of data points.
-
#I676859
,#I636953
- Chart interactivity has been enhanced by displaying all series data in shared tooltips and fixing touch-based navigation in zoomed charts.
Data Grid
Bug Fixes
-
#I668402
,#FB64820
- Fixed an issue where the blazor grid displayed incorrect ordering while performing the grouping action. -
#I682711
,#FB64927
- Fixed an issue where cell styles were applied multiple times when using QueryCellInfo with OnRecordClick active and data was dynamically loaded. -
#I684607
,#FB64956
- Fixed an issue where the grid did not save the edited value in the last column when the tab key was pressed. -
#FB64729
- Fixed an issue where the last row border was missing when deleting a record in Batch mode.
DocIO
Bug Fixes
-
#F195918
– The IndexOutOfBoundException will no longer be thrown while enablingHideResult
API after append sequence field. -
#F195988
- The ArgumentOutOfRangeException will no longer be thrown while opening a DOCX document contain table. -
#F195879
- Table of Figures is now updated properly after callingUpdateTableOfContents
API. -
#I683574
- Text is now wrapped properly while converting Word document to PDF. -
#I681435
- Line break is now preserved properly while converting Word document to HTML. -
#I675272
–HasChanges
is now enabled properly after callingGetContent
API. -
#I686879
– PolyPolygon shapes is now preserved properly while converting WMF file to SKBitmap image.
File Manager
Bug Fixes
-
#I677969
- The issues with the drag and drop operation in the File Manager component have been resolved.
Gantt Chart
Bug Fix
-
#I685196
- Fixed an exception that occurred on initial load when the Gantt chart was configured for resource view and the TaskMode set to Manual.
HeatMap
Bug Fix
-
#I680321
- HeatMap cell selection now works properly when theShowLabel
property is disabled.
Pivot Table
Bug Fixes
-
#I685743
- We can now enter numbers with decimal places into the inline editing numeric text box in the pivot table while editing. -
#I687556
- The custom number format will now be properly applied to the Pivot Chart Y-axis labels.
Schedule
Bug fixes
-
#F195822
- An issue with the Scheduler Monthly recurrence rule not functioning properly in Blazor has been resolved. -
#I681833
- An issue where event resizing was not functioning correctly when using the slot count has been resolved.
TextBox
Bug Fixes
-
#I683982
- Fixed issue where the highlighted border line is not properly filled when focusing on the “e-filled” input, and an icon is added to the Blazor textbox.
Tree Grid
Bug Fixes
-
#F27709
- ResolvedExpandStateMapping
not working whenEnableVirtualization
is enabled in Tree Grid. -
#F64775
- Resolved an issue whereTreeColumnIndex
was not set properly on column reorder whenEnablePersistence
was enabled. -
#I683027
- Resolved an issue where records scroll unexpectedly or jump when focusing on a cell using the tab key, specifically with the column template. -
#I686770
- Resolved an issue whereSearchSettings.Key
was null when persistence was disabled and the DataBound event was bound.
XlsIO
Bug Fixes
-
#I684101
- Cell text color is now rendered correctly when converting Excel to PDF with number formats that include color. -
#I676562
- The filter count is now returned correctly when the Blanks option is selected in Excel filters. -
#I683818
- When the filters are cleared using the Clear function, the filtered rows will be visible again. -
#I680060
- Exact formulas are now returned without the addition of the “_xlws” prefix for Excel functions like FILTER and SORT.