Telerik UI for Blazor 2.19

Released: Nov 12, 2020

Mises à jour de 2.19

Fonctionnalités

  • Common
    • Added compatibility with Microsoft .NET 5.0.
  • Grid
    • Added the ability to focus input when cell is activated for editing.
  • Menu and TreeView
    • Unified rendering and navigation with URL items.

Correctifs

  • Charts
    • The Tooltip context DataItem is null for subsequent ChartSeries.
  • Checkbox
    • OnChange fires before value binding.
  • ComboBox
    • OnChange fires before value binding upon dropdown selection.
  • Grid
    • Deleting or adding an item doesn't refresh the grid when using OnRead and ObservableCollection.
    • OnStateChanged event is fired when state is loaded through OnStateInit.
    • The ToODataString method throws a null ref exception when using FilterMenu.
    • FooterTemplate throws when grid Data is null.
    • In WASM, when Navigable=true, clicking Previous Page from the Last page throws an error.
    • Row height decreases in edit mode.
    • Aggregates don't work when grouping is set in OnStateInit.
    • OnRead does not receive page index from the state.
    • Grid sorting throws when Keyboard navigation is enabled.
    • Cancelling dirty item editing selects the item with InLine editing.
    • Clicking outside the grid does not close edit cell.
    • In the Incell editing demo adding new item is in inline mode.
  • Scheduler
    • Selected View is not shown in the dropdown of the toolbar for smaller resolutions.
  • TreeView
    • Nesting a TreeView in another TreeView throws an error.