Essential Studio® for Blazor Release Notes

v26.2.7
July 30, 2024

Accumulation Chart

Bug Fix

  • #I610925 - The colors of the data label connector lines are now applied in the accumulation chart.
  • #I604493 - Donut chart legends are now rendered correctly when a rectangular legend shape is specified.

Chart

Bug Fixes

  • #I599068 - The zoom reset is now faster when live updates occur on the chart.
  • #F189227 - The X-axis labels are now updated correctly when the series XName and YName are changed dynamically.
  • #I604975 - The initial and final points of the series are now visible when a plot offset is applied.
  • #I612316, #I615714 - The console error that occurred when switching between series types has been resolved.
  • #I613811 - The console error issue that occurred when switching from a Pareto chart to other chart types has been fixed.

Data Grid

Bug Fixes

  • #606094, #FB59346 - Fixed an issue where a random autofill box appeared after a validation error when autofill was enabled in batch edit mode.
  • #I607041, #FB59520 - Fixed an issue where the stacked header was not hidden properly when hiding columns using the HideColumnsAsync method.
  • #I607239, #FB59337 - Resolved a NullReferenceException was thrown when opening the filter dialog for a complex column with CustomAdaptor.
  • #I611875 - Fixed an issue where the record did not scroll properly when using the ScrollIntoViewAsync method with a frozen column.
  • #I609573, #FB59473 - Fixed a NullReferenceException that occurred when exporting a grouped grid to PDF with custom columns using PDFExport.

DocIO

Bug Fixes

  • #I537725 - Improper revisions will no longer be preserved when comparing DOCX format documents.
  • #I609635 - The font name is now preserved correctly after calling the UpdateTableOfContents API.
  • #I612382 - Paragraph text is now preserved correctly when converting a DOCX format document to RTF.
  • #I611600 - Tabs are now preserved correctly after calling the AppendText API and saving as an RTF document.
  • #I611900 - TOC hyperlinks are now applied correctly to headings that contain a picture when converting a Word document to PDF.
  • #I613341 - Tables are now positioned correctly on the page when there is a footnote in the frame while converting a Word document to PDF.
  • #I604619 - Performance has improved when converting a Word document to PDF, especially when many table rows and bookmarks are present in the document.

MultiSelect

Bug fixes

  • #I605314 - Fixed the aria-Expanded property not updating correctly for multiselect elements within the edit form.

PDF

Bug Fixes

  • #I605949 – Fixed a preservation issue that occurred while flattening the custom stamp annotation.
  • #I610818 – Fixed the issue where the page number was not updated after importing a page in the document.
  • #I609746 – Fixed an issue where a blank space appeared at the beginning of the text in a specific cell.
  • #I612932 – Fixed the issue where a null exception was thrown while setting the bounds values of the popup annotation.
  • #I610648 – Fixed the issue where a null exception was thrown during the process of flattening annotations in a PDF document.
  • #I609312 – Fixed the issue where Bounds collection of the Text Markup Annotation not updated properly.
  • #I608099 – Fixed an issue where annotations were not displayed correctly after flattening the PDF document.

Pivot Table

Bug fixes

  • #I608221 - The issue with column spanning not updating properly while hiding specific columns in pivot table has now been fixed.
  • #I611657,#I613019 - New reports are now properly saved with existing report names in the Blazor Pivot Table.

Presentation

Bug Fixes

  • #I609374 - The PowerPoint presentation will no longer be corrupted when cloning and merging a PowerPoint slide with a 3D object.
  • #I609380 - The KeyNotFoundException will no longer be thrown when opening a presentation that contains cloned SmartArt.
  • #I612830 - Straight lines with arrow caps are now preserved correctly when converting a PPTX file to an image.
  • The KeyNotFoundException will no longer be thrown after cloning and merging slides with the same master in a PowerPoint presentation.
  • The NullReferenceException will no longer be thrown when cloning a slide with source formatting.
  • The NullReferenceException will no longer be thrown when saving a presentation that contains cloned elements.
  • The NullReferenceException will no longer be thrown when cloning and merging a slide with a notes slide.

Tree Grid

Bug Fixes

  • #I605925 - Resolved an exception when CollapseAll was triggered after opening the edit form with no records at the initial render.
  • #I608786 - Performance for expand/collapse action in WASM sample with virtualization has been improved.
  • #F189149 - Resolved an issue where request headers were not sent properly when using the HttpClientInstance property in the OData Adapter.