Essential Studio® for Blazor Release Notes

v27.1.51
October 01, 2024

Chart

Bug Fix

  • #I633424 - The legend highlighting now performs properly for dynamically updated chart series without requiring a chart unload or reload.
  • #I633523 - Asynchronous methods are now supported for the OnPointClick and OnLegendClick events in the chart.
  • #I634105 - The chart is now updated properly when changing the data in the OnAfterRenderAsync lifecycle from the sample.
  • #I633842 - Tooltip visibility is now proper on iOS devices when zooming is disabled in the chart.
  • #F194438 - Selection zooming in chart now works properly for the left mouse click when clicking and dragging.
  • #I635333 - The axis stripline is now updated dynamically using the ChartMouseClick event in the chart.

ComboBox

Bug Fixes

  • #I632758 - Fixed an issue where exception error that occurred when scrolling the popup, eliminating the display of an empty popup.

Date Range Picker

Bug Fixes

  • #I630014 - Fixed an issue with the Float label type “Auto” not functioning correctly in the DateRangePicker.

DocIO

Bug Fixes

  • #I636000 - Equation field is now preserved properly while converting a Word document to PDF.
  • #I630553 - Text with inline picture is now aligned properly while converting a Word document to PDF.
  • #I633328 - Enhanced the drawing order of footnotes while converting a Word document to PDF.
  • #I625557 - Special characters and numbers in RTL text is now preserved properly while converting HTML to DOCX format document.
  • #I634433 - Paragraph formatting is now preserved properly while converting DOCX format document to PDF.
  • #I622643 - Document with improper bookmarks will no longer be corrupted while saving as DOC format document.

File Manager

Features

  • #FB15303, #I621082 - A new property, ChunkSize, has been introduced to enable chunk-based file uploads in the File Manager with HTTPClient configuration. This feature allows large files to be split into smaller chunks and uploaded sequentially to the server, improving reliability and performance when handling massive file uploads. The ChunkSize property (in bytes) can be set to enable chunk upload, which depends on server-side support. This feature is applicable only when using the File Manager in HTTPClient mode.

Data Grid

Bug Fixes

  • #I627970, #FB61002 - Fixed an issue where white space appears when the OverScanCount is higher than the PageSize.

  • #I630997, #FB61192 - Fixed an issue where negative skip values are returned during fast vertical scrolling in the grid.

  • #I626062, #FB60927 - Fixed an issue where the DeleteRecordAsync method does not work properly with PersistentSelection in the grid.

  • #I629186, #FB60982 - Fixed an issue where PersistentSelection does not function correctly with a Custom Adaptor when sorting.

  • #I613688, #FB59819 - Fixed an issue where the RowDropping event is not triggered when a row is dropped in an invalid location.

  • #I633926, #FB61497 - Fixed an issue where the RowDropped event is incorrectly triggered when dragging a row and dropping it in the same location.

ListView

Bug Fixes

  • #I619574 - An issue with Virtualization smoothness in ListView component in MAUI blazor android has been resolved.

MultiSelect

Bug fixes

  • #I634469 - Resolved an issue where virtualization was not functioning as expected after removing a preselected value and scrolling down in the popup.

  • #I615414 - Resolved an issue where the MultiSelect Component experienced significant slowdowns when selecting items in WASAM.

PDF

Bug Fixes

  • #I633255 – Fixed the issue where the ComboBox selected value did not display correctly in the PdfViewer.
  • #I627570 – Resolved the issue where EnableValidationAppearance does not properly load in the signature field.
  • #I628019 – Fixed performance issues related to the compression of PDF documents containing images.
  • #I630951 - Fixed an issue where rotated images were not handled correctly when added to PDF documents.
  • #I631367 – Fixed an issue with missing text in PDF word extraction, which resulted in the omission of glyphs.

Presentation

Bug Fixes

  • Picture with “.bin” extension is now preserved properly while cloning and merging a PowerPoint slide.

Rich Text Editor

Bug Fixes

  • #I630872 - Now, Table columns are now being added properly without the table width shrinking or expanding after pasting from Outlook into the Rich Text Editor.

  • #I637051 - Now, The image is uploaded to the server without any errors in the Rich Text Editor.

Toast

Bug Fixes

  • #I635994 - Fixed an issue where a semicolon was inadvertently added alongside the button content.

Tooltip

Bug Fixes

  • #FB61155 - The issue with the tooltip position when the windowCollision property is used in the Blazor Tooltip component has been resolved.

Tree Grid

Bug Fixes

  • #F61081 - Fixed an exception that occurred when using the Row Drag and Drop (RowDD) feature with Virtualization enabled in the treegrid.
  • #I626354 - Resolved an exception thrown when collapsing child records followed by an attempt to collapse the parent record.
  • #I626117 - Resolved an issue where column reordering using the keyboard was not working.
  • #I619295 - Enhanced the drop event in tree grid to trigger even when dropping into an invalid area.
  • #I624576 - Fixed the issue where data was not copied correctly from the Tree Grid in the Firefox browser.
  • #I626604 - Resolved the issue where adding parent records after a child record caused the records to be reordered in the Tree Grid.
  • #I635354 - Resolved an issue where a record added as a child would disappear after being saved when detail template was used.
  • #I627097 - Resolved an issue where records were missing during expand/collapse actions when adding new records using an external add button with no initial data on render in the observable collection sample.
  • #I622489 - Resolved an issue where the cell value was not saved correctly when edited with the Enter key, then re-edited and saved with the Tab key in observable collection sample.
  • #I629941 - Resolved an issue where dragging a row with a long topic name caused it to expand vertically when dragged to the right border with text wrap enabled.
  • #I611488 - Resolved an auto-scroll issue when dragging records within a grid with a scrollbar.
  • #I633996 - Fixed an issue where ExpandStateMapping was updated after dynamically changing TreeGrid properties, even when the action was canceled.
  • #I910842 - Resolved an exception that occurred when dropping a dragged record into a column template.