Essential Studio for Blazor Release Notes

v21.1.37
March 29, 2023

AutoComplete

Bug Fixes

  • #I445409 - The issue with “custom value does not maintain the input element in the autocomplete component. “ has been resolved.

Chart

Bug Fixes

  • #I444482 - PivotChart now renders properly after toggling the area type chart series legend items.
  • #F180132 - Scrolling issue has been resolved when the axis is inverse.
  • #I440297 - Bar chart points rendering order has been resolved.

ComboBox

Bug Fixes

  • #I441831 - The issue with “server request made with unnecessary query parameters when pre-selected value bounded to the component” has been resolved.

DocIO

Bug Fixes

  • #I442751 - Text background color is now preserved properly while resaving a RTF format document.
  • #I443278 - Image is now preserved properly while resaving a DOCX format document.
  • #F180972 - List numbers in comments are now returned properly in ListString API.
  • #I447186 - Hanging will no longer be occur while executing mail merge inside table.
  • #I445517 - Font is now preserved properly while resaving a RTF format document.
  • #I443061 – Table is now preserved properly while converting a DOCX format document to PDF.
  • #I446694 - The ArgumentOutOfRangeException will no longer be thrown while converting a DOCX format document to PDF.
  • #I440115 - Page field within the formula field is now preserved properly while converting a Word document to PDF.
  • #I445966 - Shape is now preserved properly while converting a Word document to PDF.

FileManager

Bug fixes

  • #I443021 - The issue with triggering the FileOpen event in the FileManager component navigation pane has been resolved.
  • #I442967 - The issue with triggering the FileSelection and FileSelected events in the FileManager component detail view has been resolved.

Mention

Bug Fixes

  • The issue with “keyboard Arrow key navigation was not working while attempting to filter the data in the mention component” has been resolved.

Pivot Table

Bug fixes

  • When using a server-side engine, the Pivot Table now renders properly when binding multiple fields in the column axis.

Query Builder

Features

  • #I450593 - Provided ‘Select All’ option in multiselect component which is rendered for ‘IN’ operator in QueryBuilder.

RichTextEditor

Bug Fixes

  • #I401171 - Fixed an issue where the OnImageUploadSuccess event arguments were passing null values for File in the Rich Text Editor.

Schedule

Bug fixes

  • #I448312 - An issue with date details not returned in resource header template context has been fixed.
  • #I445802 - An issue with recurrence helper returns wrong date collection when set the recurrence start date along with time has been fixed.
  • #I447963 - An issue with appointment overlapping is not working properly with MinimumEventDuration property has been fixed.

Tooltip

Bug fixes

  • #I431927 - Resolved the flickering issue, while remove the content dynamically in the Tooltip.

TreeView

Bug fixes

  • #I446223 - Resolved the EnsureVisibleAsync method not working for hierarchical data issue in the TreeView.

XlsIO

Bug Fixes

  • #I441565 - Named range references in the formulas being added into workbook named range collection while opening Excel document is now resolved.
  • #I440705 - Scatter chart category axis is now proper while creating a scatter chart with direct values.
  • #I440228 - Chart numeric axis with number format is now rendered correctly while converting the chart to image.
  • #I439748 - Column width is now calculated correctly while using AutoFitColumn method in .NET Core platform.
  • #F180875 - Category labels are now rendered as single-level labels properly when multi-level labels(not supported) are applied in chart to image conversion.