Essential Studio for Blazor Release Notes

v20.4.44
January 18, 2023

Common

Bug fixes

  • #I429179 - Resolved customizing issue in Tailwind SCSS’s $font-family when using blazor-themes npm package.

Calendar

Bug fixes

  • #I425858 - Fixed issue where selection and deselection did not work in other month dates in calendar.

Chart

Bug Fixes

  • #I427386 - Chart SelectedDataValues are now properly assigned after a data update.

CheckBox

Bug fixes

  • #I426008 - Provided the read only option support to the checkbox component .

DatePicker

Bug fixes

  • Fixed issue in DatePicker component shows Time value in text area.

DocIO

Bug Fixes

  • #I424520 - Style is now removed properly after calling Remove() method
  • #F179513 - The ArgumentOutOfRangeException will no longer be thrown while calling ExecuteNestedGroup() method
  • #I426035 - The NullReferenceException will no longer be thrown while opening a DOCX format document.
  • #I426508 - Table is now preserved properly while converting a DOCX format document to PDF.
  • #I427184 - Non-breaking space is now preserved properly while converting a Word document to PDF.
  • #I427183 - Table row is now preserved properly while converting a Word document to PDF.
  • #I427808 - Line break inside the frame is now preserved properly while converting a Word document to PDF.

Bug Fixes

#I371978 - Issue with “filtering popup not opening within the viewport on iOS devices” has been resolved.

File Upload

Bug Fixes

  • SF-428376 - The issue “InvalidFileName does not exist in the resource file” has been resolved.

GanttChart

Bug fixes

  • SF-429412 - Console error thrown when selecting a record has been fixed.

Grid

Bug Fixes

  • #I425646 - Issue with “In virtualization enabled Grid while adding the records dynamically one by one, only the last added record is shown and whitespaces are shown instead of previous records” is fixed.
  • #I423813, #I424130 - Issue with “Tabbing through Grid EditTemplate does not work properly” has been resolved.
  • #I361303 - “Reorder icons are not proper in all themes when column virtualization is enabled in grid” issue has been resolved.
  • #I427919 - Issue with “Height 100% not applied properly when the grid has no records” has been resolved.
  • #I418042 - Issue with “Display of row details is not proper while dragging the rows within the grid when EnableRTL is set to true.” issue has been resolved.
  • #F178757 - “Focus is incorrect when using F2 to edit and after performing selection using SelectRowsAsync method” has been resolved.

  • #I426621 - Issue with “Cell information is inappropriate in ExcelHeaderQueryCellInfoEventArgs when rendering stacked header“ has been resolved.
  • #F179115 - Issue with “Filterbar cells are incorrect, when rendered through grid header rows” is fixed.
  • #I420613 - Issue with “Filter choice count not updated in remote data query“ issue has been resolved.
  • #I428671 - Issue with “Missing “Grid_TemplateColumnARIA” key in Resource“has been resolved.
  • #I426442 - Issue with “The tooltip not closing correctly after editing a cell “ has been resolved.
  • #I422910 - Issue with “Incorrect filter query being generated when opening the filter popup after using the Grid Query “ has been resolved.

ListBox

Bug fixes

  • #I424499 - Provided the listbox Id value to Drop event arguments.

MultiSelect

Bug fixes

  • #F179575 - Fixed issue with placeholder flicker when focusing the component.

  • #I425522 - Fixed issue where MultiSelect with CheckBox Mode displayed text pointer instead of hand cursor on hover.

  • #F179902 - Fixed an issue where the selected value was maintained in the multiselect wrapper when using the clear icon to clear the value.

Pager

Bug Fixes

  • #I421853 - Error throws in console while resizing the window, when Pager component is binded with Template has been resolved.

Query Builder

Features

  • #I422578 - Provided null value support to date type column and placeholder option to number & date type column value of Query Builder.

Bug Fixes

  • #I427384 - Issue with “Rule id not update properly when we delete the preloaded rule and add new rule in query builder” has been resolved.
  • #I427143 - Issue with “Between operator is not working in query builder GetFilteredRecords method” has been resolved.
  • #I422578 - Issue with “Header and column template are not render properly when we use both template in single query builder sample” has been resolved.

Scheduler

Bug fixes

  • #I429468 - An issue with the MonthHeaderTemplate not applied for month header cells has been resolved.

Toast

Bug Fixes

-#I423003 - The Toast component now closes properly when a timeout is set while rendering in “server” mode.

TreeView

Bug Fixes

  • #I417730 - Fixed the UI flickering issue while performing drag and drop in the TreeView.

Uploader

Bug Fixes

  • #I427665 - The issue “InvalidMinFileSize does not work on uploader localization” has been resolved

XlsIO

Bug Fixes

  • #I424214 - Unwanted number format being applied to a cell which contains formula is now resolved.
  • #I427632 - Performance delay while copying range from one worksheet to another is now rectified.
  • #I427914 - Argument out of range exception thrown while parsing formula with more space is now resolved.
  • #F179771 - Performace delay while converting Excel document with formulas to PDF is now rectified.

  • Chart secondary axis with logarithmic scale is now rendered properly while converting chart to image.