Telerik UI for Blazor 2.20

Released: Nov 25, 2020

Updates in 2.20

Features

  • Common
    • New Radar Chart series.
    • New ToolBar component.
    • New Notification component.
    • Material Theme Package - v3.22.0.
    • Bootstrap Theme Package - v4.24.0.
    • Default Theme Package - v4.26.0.
  • Charts and StockChart
    • Add legend title.
  • Editor
    • Implement keyboard navigation for the editor.
  • Grid
    • CSV Export.
  • StockChart
    • Add legent title.
  • TreeView
    • TreeView items Drag-Drop.

Fixes

  • Common
    • ToDataSourceResult for DataTable with Aggregates throws exceptions.
  • Charts
    • Incorrect calculations in the chunks.
  • ContextMenu
    • HasChildren takes precedence over Items collection with hierarchical data binding.
  • Drawer
    • Drawer with MiniMode="false" throws in WASM.
  • Editor
    • Automatic focus of the editor view interrupts the focus order.
  • Grid
    • Setting more than one grouping level in OnStateInit without Navigable=true causes stackoverflow error.
  • Menu
    • HasChildren takes precedence over Items collection with hierarchical data binding.
  • StockChart
    • TimePicker throws in FF on opening.
  • TreeView
    • The TreeView does not update when loading child items on demand.
    • Treeview renders nodes too many times on expand/collapse and focus/blur.
    • TreeView keyboard navigation breaks after the observable collection it is bound to changes.
    • Load on demand with async methods collapses the expanded node.
    • HasChildren takes precedence over Items collection with hierarchical data binding.
    • TreeView keyboard navigation doesn't work with filtered data.
    • Changing treeview data source to one with fewer levels can cause an exception (Cannot access a disposed object).