Essential Studio® for Blazor Release Notes
Common
New Features
- Migrated to .NET Core 3.0 Preview8.
Breaking Changes
- There is a breaking issue in the
@reffunctionality in Blazor with Preview8. As of now, we need to define both@refand@ref:suppressFieldin all components tag-helper and define its type in the code block until it gets resolved. Refer this GitHub thread for more information.
Dialog
Bug Fixes
-
#244297- TheOnCloseandClosedevents will no longer be triggered twice in the Dialog component. -
F146287- The position property has changed to string type from object type for specific type approach.
DropDownList
New Features
-
#F146638- Resolved the null exception which throws on change the value as null dynamically in DropDownList component.
Grid
Bug Fixes
-
243683-TextWrapis now working properly when columns are updated indataboundevent. -
241947,243801- Grid now occupies the specified height when data source is empty or during the loading time. -
244103- Grid is now optimized when opening the menu filter withActionEvents. -
243210- Script error has been fixed while changing the empty dataSource to dataSource with adaptor. -
244296- Script error has been fixed while performing row deselection inRowDeselectedevent of the Grid. -
146470- Grid is now aligned properly(from right to left) whenEnablRtlis set to true. -
244196- Exception has been resolved when using theGetSelectedRowIndexesmethod. -
146239- Return type of theCurrentPageinPageSettingsproperty has been changed toint. -
242011- Data is now updated properly when performed with command column. -
243999- Dynamic query property changes has been provided. -
243220- Invalid cast fromSystem.StringtoSystem.Collections.Generic.ICollectionhas been fixed. -
146278- Invalid cast fromSystem.StringtoSystem.Guidhas been fixed. -
244614- Script error has been fixed while using decimal type values in grid templates. -
145744- Dialog template editing is now working properly withGuidvalue as primarykey column. -
146439- Localization now working properly in client side. -
243677,146247- Editing is now working properly in template column when cell edit template is used for edit action.
New Features
-
239902- Custom Adaptor support has been provided. -
146142- Row Drag and Drop support between Grids has been provided. -
Below public methods are added in the grid:
ClearCellSelectionClearGroupingClearRowSelectionDetailCollapseAllDetailExpandAllGroupCollapseAllGroupExpandAllOpenColumnChooserSelectCellsSelectRowsByRange
InPlaceEditor
New Features
- Generic type support has been provided for the InPlaceEditor control.
ListBox
Bug Fixes
-
F146647- RadioButton Control get destroyed while rendering in listbox using ItemTemplate has been fixed.
Maps
Bug Fixes
-
#F146189- The issue with dynamic updating of the marker data source has been fixed.
TreeGrid
Bug Fixes
-
244296- RowDeselected event works fine. -
244611- Adding a new record with empty datasource works fine in dialog edit mode. -
243841- Adding a new record as a child works fine.
TreeView
New Features
- Provided the
NodeChecking,NodeChecked,NodeClicked,NodeCollapsing,NodeCollapsed,NodeExpanding,NodeExpandedandNodeSelectingevents support for TreeView component.
Uploader
Bug Fixes
-
#F145921,#241942,#242406,238212,244239- Now, you can add a custom header with upload request in theFileSelectedevent of the fileUploadercomponent. -
#I244587- Issue with empty object returns fromGetFilesDatamethod has been resolved.