Essential Studio for Blazor Release Notes

v18.4.41
February 2, 2021

Chart

Bug Fixes

  • ## 310842 - Console error thrown while refreshing the page after navigation has been resolved.
  • ## F161782 - Accumulation point event args does not contains point has been resolved.
  • ## 309872 - Resize the chart using refresh method not working has been resolved.
  • Chart selectionchanged event argument is not proper in point mode.
  • ## 311565 - Data label not updated on changing through remote data has been resolved.
  • ## 311565 - Tooltip not displayed on multiple pie chart has been resolved.
  • Chart using expandobject is not working has been resolved.

Chips

Bug Fixes

  • F161046 - The issue with Chip delete event while setting cancel to true has been resolved.

DateTimePicker

Bug Fixes

  • ## 311825 - Issue with “time popup is not generated when set the Min property value as today date” has been resolved.

File Upload

Bug Fixes

  • ## 309481 - Issue with “uploaded file is corrupted while performing pause and resume functionality in chunk upload” has been resolved.

Grid

Bug Fixes

  • ## F160190 - Grid does not refresh properly while changing the datasource after emptying Grid DataSource dynamically is fixed.
  • ## 306775 - ColumnChooser is not working properly for hierarchy Grid (DetailTemplate) is solved.
  • ## 309630 - Remove excess ungroup property from resx of Pt locale is resolved.
  • ## 304184 - spinner shows in sfprogress button on clicking the filter icon in grid is fixed.
  • ## F20736- Grid with Virtualized and MaskRow shows mask rows and not actual data is resolved.
  • ## 305395 - Problem with initial filtering a Foreignkeycolumn when having different property values for Field and ForeignKeyField is fixed.
  • ## 312394 - Additional Sheets were added to exported excel file when ExcelExportProperties are used is resolved.
  • ## F160933 - Custom filter operator for Date/Bool column is not applied during Filtering is resolved.

Breaking Changes

  • Previously when we update the values in grid then we called both Update and UpdateAsync function in custom adaptor. Now we call either Update or UpdateAsync method. Same approach is now followed for Insert, Remove and BatchUpdate methods too.

New Features

  • ## 304457 - Added additional mouse click event information in selection event arguments.

ListView

Bug Fixes

  • F21172 - Resolved the issue with the ListView Bug when control has subitems and grouping.

MultiSelect

Bug Fixes

  • ## 308628 - Issue with “the ActionComplete event is triggered multiple times while changing the DataSource on dynamically” has been resolved.

Pivot Table

New Features

  • ## 311398 - The performance of the component has been improved while binding 1 million data.

Bug Fixes

  • ## 309576 - The script error was cleared while right-clicking the column headers.

Scheduler

Bug Fixes

  • ## 303620 - An issue with “Tooltip content says unchanged sometimes when the target is changed quickly” has been fixed.

New Features

  • ## 304701, ## 305038 - Provided the persistence support for scroll bar position.

Bug Fixes

  • ## 309075 - The issue with “The sidebar is not opened while setting the IsOpen property as true in the mobile browser” has been resolved.

XlsIO

Bug Fixes

  • #311707 - Striped right arrow AutoShape is now rendered properly in Excel to PDF conversion.
  • #309735 - TextBox position is now rendered properly when converting the Excel to PDF with EnableFormFields.
  • #309605 - IndexOutOfRange exception is no longer thrown for the combinational chart in Excel to PDF conversion.
  • #310396 - Chart title and axis title with Japanese character is now rendered properly in Excel to PDF conversion.