Essential Studio® for Blazor Release Notes
v27.2.3
November 21, 2024
3D Chart
Bug Fixes
-
#I653744
- StackedTotalValue is now updated properly when accessing it from Chart3DTooltipInfo in the tooltip template.
Chart
Bug Fixes
-
#F195031
- The Enable property in ChartCrossHairSettings is now updated properly when dynamically modifying it through the button component. -
#I652622
- StackedTotalValue is now updated properly when accessing it from ChartTooltipInfo in the tooltip template. - Data label templates are now rendered properly when dynamically adding them to the chart.
Dashboard Layout
Bug Fixes
-
#I641981
- The performance issue in the Dashboard Layout component while performing drag and drop action has been resolved.
Data Grid
Bug Fixes
-
#FB62055
- Fixed the issue where “Focus was not navigated to the new line while pressing the Enter key when SfTextBox was bound in the Edit-Template with Multiline enabled.” -
#I640568
- Addressed the problem where “Frozen columns did not stick properly to the right in RTL mode.” -
#I647478
- Corrected the issue where “Column chooser popup height caused box shadow cut-off when parameters were used.” -
#I627004
- Added support to retrieve the entire exception details while sending and receiving requests. -
#I647347
- Resolved the issue where “Right-click did not work in a detail template-enabled grid on touch devices.” -
#I648388
- Fixed the error where “A console error was thrown while searching for values not present in the grid after infinite scrolling.” -
#I644465
- Improved the exporting time for Excel export when used with ForeignKeyColumns. -
#I648375
- Corrected the “Incorrect German translation for Grid_SortDescription.” -
#I647774
- Fixed the issue where “Sorting did not function properly with grouped columns when AllowGrouping was set to false.”
Breaking Changes
-
Achieved UI responsiveness during the Excel export process, enabling users to interact with the UI seamlessly. While exporting, the Excel export icon in the toolbar is disabled and re-enabled once the export is complete.
-
Enhanced exception handling in the
SendRequest
method to provide more comprehensive error details. Previously, the error message included only the response content. With this update, the specific exception type (e.g., System.Net.Http.HttpRequestException) is now captured, allowing you to access the complete error details through the ActionFailure event arguments.
DocIO
Bug Fixes
-
#I644608
- Frame is now positioned properly while converting a Word document to PDF with tabs. -
#I645178
- Hanging issue will no longer occurs while callingCompare
API. -
#I651535
- Table grid is now preserved properly while resaving a DOCX format document. -
#I645715
- The ArgumentOutOfRangeException will no longer occurs while callingExecuteNestedGroup
withInsertAsNewRow
enabled. -
#I648643
- Document compared properly while comparing same DOCX document with hyperlinks. -
#I646570
- The ArgumentException will no longer thrown while comparing DOCX documents with multiple bookmarks. -
#I647428
- The ArgumentOutOfRangeException will no longer occurs while resaving a DOCX document - Document will no longer corrupted while resaving a DOCX format document with improper custom XML.
- Custom shape is now preserved properly while resaving a DOCX format document.
DropDownTree
Bug Fixes
-
#I649528
- Prevented the popup from opening on a right-click action on the target in the Blazor Dropdown Tree component.
File Manager
Bug Fixes
-
#F194992
- The issue with OnError event triggering in File Manager component while providing custom error from server has been resolved.
MultiSelect
Bug fixes
-
#I650029
- Fixed an issue where the ValueChange event was not triggered when the DataSource and Values were set after the component’s initialization.
Presentation
Bug Fixes
-
#I647086
- Slide background color now preserved properly after accessing the background fill type API. - PowerPoint Presentation will no longer be corrupted while cloning and merging a PowerPoint slide with custom theme name.
Progress Bar
Bug Fixes
-
#F194318
- The exception issue has been resolved while running the progress bar application.
Schedule
Bug fixes
-
#I651468
- The issue where an script error occurred upon right-clicking to open the context menu which involved a call to the Scheduler’s GetSelectedCellsAsync method has been resolved.
Stock Chart
Bug Fixes
-
#F194899
- A console error issue has been resolved when changing the ValueType from DateTime to DateTimeCategory in StockCharts.
Uploader
Bug Fixes
-
#I623935
- Fixed an issue where CustomFormData and CustomHeaders were not being updated correctly.
XlsIO
Bug Fixes
-
#I646336
- A stack overflow exception is no longer thrown when inserting a row in a sheet containing a comment shape. - An exception is no longer thrown when the first formula is greater than the second formula in data validation.
- An exception is no longer thrown when updating the HasSet data with a template in an Excel document.
- A null reference exception is no longer thrown when inserting a list with the first value as null in a template marker.
- Files no longer get corrupted when resaving an Excel document containing an ActiveX control with an embedded image.
- Marker border color is now rendered properly during Excel to PDF conversion.