Essential Studio for Blazor Release Notes
v17.4.41
January 07, 2020
AutoComplete
Bug Fixes
-
#257804, #256698– Issue with “NoRecordsTemplateis not displayed when the filtering the data” has been resolved.
DropDownList
Bug Fixes
-
#259789– Issue with “floating label not working properly while applying the material outline theme” has been resolved. -
#11031, #10992- Issue with “two-way binding value property not updated properly while change the value to another component” has been resolved.
DataManager
Bug Fixes
-
#F149930- DataManager offline mode is now working properly. -
#F148942- Additional Parameters values is now sent to server during CRUD operation request. -
#258307- Expand property is now added to the Query class while invoking from client side.
Grid
Bug Fixes
-
#259736- Searching not working when grid renders with command column is now resolved. -
#F150298- CheckBox filtering is not working properly when filtering multiple values is now resolved. -
#F150186- Column reordering is now working properly. -
#259208-ReadAsyncmethod triggers multiple times when using multiple queries is now resolved. -
#259420,#259735,- Printing or Exporting the grouped grid is now working properly. -
#F150153-CssClassproperty in GridCommandButtonOptionsis now working properly. -
#258671- Unable to apply custom style by usingAddStyleproperty has been fixed. -
#I257640- Script error thrown while binding array of string values toDropDownListinEditTemplatehas been fixed. -
#256592- Unable to search properly whenGridSearchSettingsis defined to search specific columns has been fixed. -
#259270- Column chooser is now working properly when usingGridEditSettingsandActionCompleteevent.
Maps
Bug Fixes
-
#259054- Zooming in the maps control will work properly now, when thezoomFactoris set below theminZoomvalue.
Treemap
Bug Fixes
-
#259027- The observable collection data source can now be updated dynamically in the Treemap control.
Chips
Bug Fixes
-
#256994- The issue with aria-selected value maintenance in a single selection has been fixed.
Diagram
Breaking Changes
- The following API’s are modified as
Observable collectioninstead of tag helpers:-
Nodes,Connectors, andLayersproperty of the diagram. -
Annotationcollection for node diagram node and diagram connector. -
Portscollection property of the diagram node. -
Gradientproperty of the DiagramNode’s style property.
-
- Type of the Node’s Shape property is commonly named as
DiagramShapeinstead of different shape type. - Type of the Connector’s Shape property is commonly named as
ConnectorShapeinstead of different shape type.
New Features
- Enabled the following
interactionsupports for diagram:- Drag
- Resize
- Rotate
- Segment editing and endpoint dragging
- Drag and drop
- Zooming and panning
- Provided the support to populate the diagram elements using
data source. - Provided the different
layoutand its customization support. - Enabled the
clipboardfunctionalities. - Enabled the
undo and redosupport. - Enabled the
serializationsupport for diagram. - Enabled the
context menuoptions for diagram elements. - Provided the
HTML templatefor nodes and annotations. - Enabled
user handlesfor diagram elements. - Provided the
tooltipsupport for diagram elements. - Enabled the different types of diagram and native events.
Schedule
Bug Fixes
-
#258931- The issue with providing remote data to resource datasource has been fixed. -
#150188- The issue with resizing of appointments whenOnResizeStartevent is initialized has been fixed. - Unable to select the cells when selection is over the appointments has been fixed.