Essential Studio for Blazor Release Notes

v24.1.43
December 27, 2023

Chart

Bug Fix

  • #F185648 - Now that the gradient for the chart series has been applied during the chart export.
  • #F185732 - The datalabel template for the chart series was displayed properly when the datalabel position was in the middle.

Data Form

Bug Fixes

  • #I533738 - Fixed an issue where the applied CssClass was not being added for the FormGroup container.

  • #F185993 - Resolved an issue where a console exception occurs, when a decimal type was used for the model property.

Data Grid

Bug Fixes

  • #I524896 - Fixed the issue where checkbox selection is cleared when performing Ctrl + Home and Ctrl + End.
  • #I523957 - Resolved the issue where EnableGroupByFormat for columns was not working for remote data.
  • #I524012 - Fixed the issue where Headertext align did not apply properly for custom components.
  • #I523398 - Resolved the issue where custom toolbar did not render properly when EnableAdaptiveUI was set to true.

Date Picker

Bug Fixes

  • #I531175 - Resolved an issue where the ShowClearButton was not displayed when the AllowEdit option was set to false.

Date Range Picker

Bug Fixes

  • #I531175 - Resolved an issue where the ShowClearButton was not displayed when the AllowEdit option was set to false.

Date Time Picker

Bug Fixes

  • #I531175 - Resolved an issue where the ShowClearButton was not displayed when the AllowEdit option was set to false.

Dialog

Bug fixes

  • #I526897 - Resolved the issue where the dialog was popping up when hitting another element.

DocIO

Bug Fixes

  • #I524094 - Table is now preserved properly while converting an RTF format document to PDF.
  • #I524534 - TOC is now updated properly while calling UpdateTableOfContents() API.
  • #I504290 - Page break is now preserved properly while converting a Word document to HTML.
  • #FB48742 - The InvalidCastException will no longer be thrown while removing empty paragraphs during mail merge.
  • #I521834 - Vertically merged row content is now preserved properly while converting a Word document to PDF.
  • #I526364 - Hanging issue will no longer occurs due to nonbreaking space character while converting a Word document to PDF.
  • #I521096 - The NullReferenceException will no longer be thrown while comparing two DOCX format documents.
  • #I527984 - The warning is no longer displayed for a DrawingML custom shape while converting a DOCX format document to PDF.
  • #I527650 - The ArgumentOutOfRangeException will no longer be thrown while replace text in a Word document.
  • #I526650 - IF field is now updated properly while calling UpdateDocumentFields() API.
  • #I526931 - The performance has now improved while opening a DOCX document.
  • #I528620 - Conversion time is now reduced when converting a Word document to PDF with justification paragraphs.
  • #I528192 - Picture brightness and contrast are now preserved properly while converting a DOCX format document to PDF.
  • #I527323 - Pagination issue will no longer occurs due to footnote while converting a Word document to PDF.
  • #I523242 - Memory leak will no longer occurs due to the font substitution while converting a Word document to PDF.

File Manager

Bug Fixes

  • #I531055 - The issue with the FileSelection event triggering twice in the Blazor File Manager has been resolved.

HeatMap

Bug fixes

  • #I529311 - Unnecessary width and height values set in the secondary element of the HeatMap component are now removed, ensuring proper rendering of the HeatMap in different browsers.

Message

Bug fixes

  • #I527966 - The issue with “the Message component is closed while pressing the enter key in the Edit Form” has been resolved.

MultiSelect

Bug fixes

  • #I54777 - Fixed an issue where the SelectAll option could not be focused using the keyboard.

PDF

Bug Fixes

  • #I527843 - Fixed exractText does not working properly for particular pdf document.
  • #I527054 - Signature appearance changes after import and flatten the pdf document.
  • #I525312 - Fixed preservation issue occurs while adding PdfDocumentLinkAnnotation to PdfGridCell.
  • #I529207 - Fixed pdfPage size changed after importing to the new pdf document.
  • #I524177 - Orientation changed while rearranging for particular pdf document.
  • #I527700 - Fixed inconsistency between PdfStringLayouter and PdfGraphics.DrawString with italic font.
  • #I526663 - Fixed an issue where redaction was not working properly after redacting text from a PDF document.
  • #I529490 - Fixed issue where the image turns black in the browser after PDF/A conversion.
  • #I521268 - Fixed FindText method returns incorrect bounds for particular pdf document.
  • #I528574 - The issue with flattening form fields to save the document has been resolved.
  • #I530145 - Fixed a null exception that occurred when attempting to save a PDF file after flattening the form fields.
  • #I529710 - Preservation issue no longer occurs while filling the form field in particular culture (“de-DE”).

Pivot Table

Bug fixes

  • An issue with value filtering does not apply to the pivot table when virtualization is enabled has been fixed.

Presentation

Bug Fixes

  • #I529745 - Hyperlink will now applied properly for SmartArt shape text.
  • #I532004 - The NullReferenceException will no longer be thrown while adding a master slide into cleared master slide collection.

Spinner

Bug fixes

  • #I527967 - Fixed an issue where the spinner was not being hidden when binding the OnBeforeClose event.

Splitter

Bug fixes

  • #I527082 - Resolved an issue where the Splitter Pane was failing to resize after a dynamic visibility change.

Stock Chart

Bug Fix

  • #I528066 - The width of the stock chart was now updated dynamically.

Time Picker

Bug Fixes

  • #I531175 - Resolved an issue where the ShowClearButton was not displayed when the AllowEdit option was set to false.

Uploader

Bug Fixes

  • #I526897 - Resolved an issue where the SfUploader would load the contents of the last file when two files with the same name were present in different folders.

XlsIO

Bug Fixes

  • #I523136 - Row height is calculated properly while invoking AutoFitRows method.
  • #FB48746 - Exception thrown while parsing BuiltInStyle when there is no default style in Excel document is resolved.
  • #I527661 - Null reference exception thrown while parsing the custom Xml data is now resolved.
  • #I515513 - Area chart is rendered properly while converting a chart to an image when chart data has empty cells.
  • #I519132 - Category axis labels are rendered properly when each chart series has different values.
  • #I524114 - Chart trendline is rendered properly in the chart to image conversion.