Essential Studio® for Blazor Release Notes
v26.2.4
July 24, 2024
Accumulation Chart
Bug Fix
-
#I609882
- The Pivot Chart now functions correctly when performing UI actions with the data label template enabled. -
#I595845
- The legends of donut charts are now rendered correctly without overlapping when the window size is small and the legend position is not specified.
BarcodeGenerator
Features
-
#FB18850
-Introduced the ability to add a logo to the center of the QR code. Use the ImageSource property to set the logo image. By default, the logo image is positioned at one-third the size of the QR code. Adjusting the size of the QR code will proportionally scale the logo image.
Chart
Bug Fixes
-
#I594178
- The console error that occurred while zooming and scrolling after page navigation has been resolved. -
#I575501
- The performance issue has been resolved, and data updates are now occurring more quickly. -
#I606216
- The chart now renders correctly when dynamically adding a new observable collection. -
#I607568
- The console error that occurred when selecting a legend item has been fixed. -
#I568541
- The issue in which the selection was not cleared and the close icon moved to the clicked location on the device has been resolved.
ComboBox
Bug Fixes
-
#I606374
- Fixed issue with PopupHeight not supportingrem
andvh
units.
Dashboard Layout
Bug Fixes
-
#I604964
- Issue with dynamically updating panels based on screen resolution in the Dashboard Layout component has been resolved.
Data Grid
Bug Fixes
-
#F188883, #FB58953
- Fixed an issue where thewidth
of Excel columns did not match the Grid width when using Excel-Exporting. -
#I607954, #FB59236
- Resolved an issue where theOK
button gets disabled in the ColumnChooser dialog when all columns are deselected, and the ShowInColumnChooser property is set tofalse
for a column. -
#I606425, #FB59302
- Fixed an issue where keyboard navigation did not work properly fromgrid content
to thepager
when using a Pager-Template.
Breaking Changes
-
#I608638, #FB59437
- Changed the behavior of DoesNotStartWith, DoesNotEndWith, DoesNotContain and NotEqual filter operators in the Filter-Menu for string columns in the DataGrid.
Previously, selecting theDoesNotStartWith
operator, it applied this filter toautocomplete
as well. However, in the latest update, autocomplete now behaves likeStartsWith
, allowing you to select the desired value. The grid then filters based on the selected value using theDoesNotStartWith
operator.
Diagram
Bug Fixes
-
#I188586
- An exception will no longer be thrown when the mind map layout is run without any nodes/connectors during the initial rendering. -
#FB58546
- The width and height values are now updated properly for NodeGroup. -
#FB58546
- It is now possible to add children to a Group Node with Page Breaks enabled. -
#I610897
- Automatic scrolling no longer occurs when the mouse enters the diagram.
DocIO
Bug Fixes
-
#I606132
- Section breaks are now handled properly when accepting tracked changes in a Word document.
Document Editor
Bug Fixes
-
#I604324
- Resolved the issue that endnote are not visible in DocumentEditor when it moved to next page.
DropDownTree
Bug Fixes
-
#I586043
- Enhanced the performance of popup opening and node expansion actions.
File Manager
Bug Fixes
-
#F189203
- The issues with “Pasting actions from a sub-level to the root directory” and “Files being pasted multiple times when confirming the ‘file exists’ option” in the File Manager component using the Azure File Provider have been fixed.
InPlace Editor
Bug Fixes
-
#I605857
- Fixed an issue where null condition check was missing for the element of the In-Place Editor.
InPlace Editor
Bug fixes
-
#I603183
- Resolved issue where dynamically setting the ActionOnBlur property was not being reflected.
Maps
Bug Fixes
-
#I603540
- The thickness of the LineString geometry in the Maps component has been corrected.
Mention
Bug fixes
-
#I608248
- Mention popup value not updating in textbox when using mouse interaction has been resolved.
Bug Fixes
-
#I608099
– Fixed an issue where annotations were not displayed correctly after flattening the PDF document. -
#FB51090
– Fixed an exception that occurred when retrieving the page value from the radio button field in a PDF document.
PDF Viewer
Features
- Implemented rendering a specified number of pages while scrolling using the OverscanCount property.
Bug Fixes
-
#I595110
- Resolved the issue with improperly locked stamp annotations in the PDF. -
#I599098
- Fixed the slow Annotation toolbar issue in Blazor WASM 8.0. -
#I599125
- The issue with losing ModifiedDate year and seconds when editing the annotation comment in the GetAnnotationsAsync method has been resolved. -
#I600382
- Fixed the issue where text present in the PDF was missing using CustomFonts. -
#I600669
- Fixed the script error occurring when invoking the escape key using JavaScript events in the NextGen PDF Viewer. -
#I599852
- Resolved the issue regarding the need to trigger the DocumentLoadFailed event for CORS errors. -
#I601565
- Fixed the issue of complete content being missing in the OnTextSelectionEnd event. -
#I589381
- Fixed the issue with blurry text in the PDF Viewer on mobile devices. -
#I602755
- Resolved the issue with pinch zooming performance in Blazor WASM. -
#I605346
- Fixed the issue where the free text annotation text remains editable despite programmatically locking the annotation.
Slider
Bug Fixes
-
#I605471
- Invisible ticks issue with Range Slider component in material dark theme has been resolved.
Tree Grid
Bug Fixes
-
#F59450
- Fixed an issue where the ellipsis with tooltip was incorrectly appearing in the middle of the content. -
#F59308
- Fixed a script error that occurred when expanding records with the EnableCollapseAll property set to True.
TreeView
Bug Fixes
-
#I609209
- The issue where a console error occurs when dragging the tree node to the toolbar has been resolved.
Uploader
Bug Fixes
-
#I606058
- Fixed an issue where the RemoveAsync method was not functioning correctly when AsyncSettings were enabled. -
#I607426
- Fixed an issue with Chunk uploading not working properly when pause and resume buttons were pressed repeatedly.
Visual Studio Extensions
Features
- Syncfusion has enhanced the Blazor Scaffolding feature for Blazor applications by adding support for remote data Web API adaptor types.
Bug Fixes
-
#I606089
- The issue where an ‘Invalid License Key’ notification would appear if there was a space or newline after the period (.) in Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense has been resolved.
XlsIO
Bug Fixes
- The pie chart color is now preserved properly when cloning and resaving the Excel document.