Telerik UI for Blazor 2.18

Released: Oct 21, 2020

2.18 버젼 업데이트

기능

  • Common
    • New Chunk ProgressBar.
    • New RadioGroup Component.
    • New TextArea Component.
    • New Progress Bar.
    • New Masked Textbox.
    • Material Theme Package - v3.21.0.
    • Bootstrap Theme Package - v4.23.0.
    • Default Theme Package - v4.25.0.
    • Update DPL version to 2020.3.1019.
  • Grid
    • Improve Grid WASM performance.
    • Conditional Coloring/Formatting of Values.
    • Column C# Format Parameter.
  • MultiSelect
    • Multiple Selection and AutoClose.
  • Scheduler
    • ItemRender event.
    • Scheduler Appointment Templates.
  • TreeList
    • State control and persistance.
    • Conditional Coloring/Formatting of Values.
    • Column C# Format Parameter.

수정사항

  • Common
    • 2.17 Breaks C# Bunit Tests with "System.NullReferenceException : Object reference not set to an instance of an object" coming from TelerikRootComponent.AddFragment(RenderFragment fragment).
  • DatePicker
    • DatePicker calendar view is not navigated when date is selected from the input.
  • DropDownList
    • Dropdown box does not update the Text of the currently selected item after the bound data has been updated.
  • Grid
    • Title does not work for the GridCommandButton.
    • System.ObjectDisposedException: Cannot process pending renders after the renderer has been disposed.
    • Components throw on Dispose.
    • Popup editor does not fire the Cancel event on closing the window with its [x] button at the top right.
    • Pressing Down arrow at the end of a grid with Pageable=false and Navigable=true throws a NullReferenceException.
    • Virtual Scrolling breaks when using Chromium Microsoft Edge and monitor set to 125% DPI.
    • Closing a Popup with "X" and opening a new one renders wrong information.
  • ListView
    • ListViewCommandButton does not render Title.
  • NumericTextBox
    • Components throw on Dispose.
  • Scheduler
    • Scheduler AllDay can't localize.
  • TileLayout
    • Components throw on Dispose.
  • TreeList
    • TreeList changes current pages on item expand.
    • Popup editor does not fire the Cancel event on closing the window with its [x] button at the top right.
  • Window
    • Components throw on Dispose.