Essential Studio for Angular Release Notes

v16.3.30
November 1, 2018

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 in command-column causes multiple posts at server side is resolved.
  • Added target to the arguments of the rowDeselecting 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 in UI Virtualization.

Schedule

Bug Fixes

  • An issue with the template options of headerRows property, while defining it within the angular template has been fixed.