Essential Studio for Blazor Release Notes
v17.4.51
February 25, 2020
Common
Bug Fixes
-
## 262382
- Resolved Arabic culture with its native digit numerals.
Dashboard Layout
Bug Fixes
-
## 263850
- The issue with the invalid cursor that is displayed in panel content or header, which is not in draggable element has been resolved.
Maps
Bug Fixes
-
## 257540
- Maps will now be reset properly when theminZoom
value is set. -
## 257540
- The performance of the marker clustering is improved. -
## 257540
- Marker selection will now be maintained when zooming in the Maps component. -
## 263032
- Bing maps will now be rendered properly in the HTTPS protocol with the Maps component.
Toast
Bug Fixes
-
## F151218
,## 266174
- The issue with ‘throwing script error whiledispose
the component or routing the page’ has been resolved.
ComboBox
Bug Fixes
-
## 264858
- Issue with “Tabindex attribute not updated, while set by the propertyHtmlAttribute
” has been resolved.
DropDownList
Bug Fixes
-
## 263336
- Issue with “Index
property not update to component, while set nullable integer type” has been resolved. -
## 264591
- Issue with “console error thrown, while change the dynamically change theDataSource
” has been resolved.
MultiSelect
Bug Fixes
-
## F151643
- Issue with “selected value not update to input, while click on selectAll” has been resolved.
NumericTextBox
Bug Fixes
-
## F150048
- The issue “decimal value not updated, while change the system cultrue” has been resolved.
Tab
Bug Fixes
-
## 259943
,## 260592
,## 264768
,## 264782
,## F151474
- Now, the Tab renders properly when loads with multiple components and it’s “content type” asInit
.
Grid
Bug Fixes
-
## 260028
- Support has been provided to filter multiple values usingFilterByColumn
method. -
## 263552
- Editing is now working fine when usingRowSelected
andRowSelecting
events. -
## 263583
- Excel filter operation after search operation is now working properly. -
## 266849
- Script error is resolved when performing pdf export usingPdfExport
withPdfExportProperties
. -
## F150057
,## F151403
- Provided support to change the Edit dialog header dynamically.
New Features
-
## 259644
-getFilterUIInfo
method is added to get the filter UI details. -
## 259772
-GridColumnChooserSettings.Operator
is added to set column chooser search operator.
Data Manager
Bug Fixes
-
## 266064
,## F151338
- Search predicates are now generated properly in$filter
query inWebApiAdaptor
. -
## 264772
- Support has been provided to change update request type ofODataAdaptor
andODataV4Adaptor
.
New Features
- Data operations and
CRUD
operations support has been provided forExpandoObject
andDynamicObject
.