Essential Studio for EJ2 TypeScript Release Notes
v16.3.30
November 1, 2018
Common
Bug Fixes
- Fixed
exporting issue
while complex field value is null.
CircularGauge
Bug Fixes
- The range bar pointer is rendering properly now, when the axis minimum and pointer values are same.
Features
- Provided support to calculate the radius of the gauge, based on the start and end angles.
DataManager
Bug Fixes
- Filter value is not encoded properly in
WebApiAdaptor
is resolved.
Grid
Bug Fixes
-
extend
like method to keep getters in the data is added. -
Tab-key
press and update the data incommand-column
causes multiple posts at server side is resolved. - Added
target
to the arguments of therowDeselecting
event of Grid. - Cell edit template read function does not called when column type as
boolean
is resolved. - Script error thrown in production mode when using
hideColumns
method to hide a column.
ListView
Features
- Included
refreshItemHeight
public API to recalculate list item height inUI Virtualization
.