Essential Studio for Blazor Release Notes

v18.3.50
November 17, 2020

Accordion

Bug Fixes

  • ## 297190, ## 297971, ## 300444, ## F158871 - The Issue with ExpandedIndices and Expanded property binding has been fixed.

New Features

  • ## 296105 - Provided the unique identifier support to Accordion Panes.
  • The two way binding support has been provided for Expanded property of Accordion item.

Calendar

New Features

  • ## 297741, ## 299669 - Now, provided Selected/DeSelected events.

CheckBox

New Features

  • ## 301128 - Provided the byte support for checkbox.

DatePicker

New Features

  • ## 297741, ## 299669 - Now, provided Selected event that trigger after selecting the value from DatePicker popup.

DateTimePicker

New Features

  • ## 297741, ## 299669 - Now, provided Selected event that trigger after selecting the value from DatePicker & TimePicker popup.

Grid

Bug Fixes

  • ## 294608 - No records to display shows on printing grid with foreignkey columns is fixed.
  • ## 299044 - IsShiftKeyPressed argument is always false in RowSelectingEvent when shift key is pressed is resolved.
  • ## 295804 - AllowNextRowEdit not creating new row when last column has AllowEditing/AllowAdding as false is solved.
  • ## 295793, ## 298323 - Update method is triggered when trying to insert the record second time when first attempt is failed, is resolved.
  • F158848 - ReorderRows method not reordering the selected row properly is fixed.

New Features

  • ## 297976 - Provided information for row selection(Shift/Ctrl) in RowSelectEventArgs and RowDeselectEventArgs.
  • ## 288543 - Provided support to add additional sheet to Export excel file from Grid.

ListBox

Bug Fixes

  • ## 301564 - ListBox GroupBy not working with ItemTemplate issue resolved.

NumericTextBox

Bug Fixes

  • ## 293197 - Issue with “decimal value is accepted while setting byte data type to value” has been resolved.

QueryBuilder

Bug Fixes

  • F158857 - Missing space added in conditional operator Not Equal.

Scheduler

Bug Fixes

  • F159563 - An issue with View wise Template not applied to events in more Event popup has been fixed.
  • ## 301405 - Issue with opening editor window has been fixed.
  • 296823, 300420, F159045 - Appointments not saved while save using Editor window template with resources has been fixed.

Breaking Changes

  • ActionType enumeration value is changed from “ActionType.DateNaviagte” to “ActionType.DateNavigate”.

TimePicker

New Features

  • ## 297741, ## 299669 - Now, provided Selected event that trigger after selecting the value from TimePicker popup.

Tooltip

Bug Fixes

  • ## 291626, ## 288720 - Now, the Tooltip will be in the opened state while maintaining a hover over the tooltip popup, even using the close delay property.

  • ## 292549 - The issue with “the tooltip is hidden while clicking the popup in mobile mode” has been resolved.

Tree Grid

Bug Fixes

  • ## 301292 - Tree Grid datasource is updated properly for Batch edit mode.
  • ## 300362 - Wrapping the Tree Grid inside a custom wrapper component works fine.

TreeView

Bug Fixes

  • ## 300977 - Now, the GetTreeData method will return the updated value for the isChecked attribute.

XlsIO

Bug Fixes

  • #299505 - Conditional format is now applied properly when using copy style in template markers.