Essential Studio for Blazor Release Notes

v29.1.38
April 15, 2025

Bug Fixes

  • #F196435 - Carousel SwipeMode property not working properly while enabling touch action and disabling mouse actions has been resolved.

  • #F196478 - An issue where carousel slide navigation did not work correctly when using the spacebar for interaction has been fixed.

Chart

Bug Fixes

  • #I708209 - No exception occurs when updating the observable collection data in the chart.
  • #I709815 - Now, the series border renders properly without extra lines in the polar area chart.
  • #I710083 - The series border appears correctly in the stacking area chart with empty points.

ComboBox

Bug Fixes

  • #I706201 - Fixed an issue where clearing the ComboBox value using the backspace key caused an exception.

Data Grid

Bug Fixes

  • #I691119, #FB65556 - Fixed an issue where the DataGrid Column Menu occasionally appeared in the top-left corner when opened quickly.

  • #I699897, #FB66541 -Fixed an issue where a DataGrid with a complex model lacking a parameterless constructor caused the CRUD event args.rowdata to be null.

  • #I697770, #FB66053 - Fixed an issue where collapsing the Detail Template caused the DataGrid to auto-scroll to the top when GridFilterSettings was defined.

  • #I702550, #FB66236 - Fixed an issue where DataGrid captions disappeared when scrolling right while using a group caption template.

  • #I698457, #FB66073 - Fixed an issue where the DataGrid displayed empty rows at the top when viewed in Firefox.

  • #I678089, #FB65718 - Fixed the issue where column header text was truncated in PDF Export of a hierarchy DataGrid.

Features

Provided the following event support for row drag selection in the DataGrid:

  • RowDragSelectionStarting: Triggered when the drag selection starts. You can use this event to cancel the drag selection based on custom conditions.

  • RowDragSelectionCompleting and RowDragSelectionCompleted: These events are triggered when the drag selection is about to complete and after it completes, respectively. They provide details such as the target Grid ID and the selected range.

DatePicker

Bug Fixes

  • #I701028 - Fixed an issue where the ValueChange event of the DatePicker was not triggering when the Enter key was pressed inside the dialog.

DocIO

Bug Fixes

  • #F66636 - The NullReferenceException will no longer be thrown while converting a Word document with summation equation to PDF.
  • #FB66135 - Nested table is now preserved properly while converting DOCX to PDF.
  • #I707506 - Performance improved while opening a DOCX document containing fields with formatting switch.
  • #I709056, #I711225 – The Exception will no longer thrown while opening DOCX document containing a bookmark inside Inline content control.
  • #FB66353 – Document will no longer corrupted while comparing DOCX documents with OLE objects.

Bug Fixes

  • #FD66067 - Fixed the issue where tooltip validation was not displayed for the dropdown list in the data form.

  • #I699011 - Fixed an issue where the popup did not open after selecting an item from a dropdownlist.

  • Fixed an issue where the DropDownList fails to preselect the bound object type value.

File Manager

Bug Fixes

  • #F196496 - The issue where the upload dialog appeared when pasting text into the search box of the FileManager has been resolved.
  • #F196497 - The issue related to copy and paste functionality in the FileManager component has been resolved.

Gantt Chart

Bug Fix

  • #FB66576 - Fixed an issue where newly added records were incorrectly placed at the top of the DataSource while adding records.

Maps

Bug Fix

  • #I708916 - No exception occurs when navigating between pages with maps containing rendered annotations.

Presentation

Bug Fixes

  • #I710775 - Number list characters from placeholder shapes will now preserved properly while converting PPTX to PDF.

Slider

Bug Fixes

  • #I196416 - The selection issue within the specified range of the Slider component has been fixed.

Tree Grid

Bug Fixes

  • #I705976, #F66531 - Resolved an issue where the shimmer loading indicator persisted after refreshing the TreeGrid using a public method.