Telerik UI for Blazor 2.24.0

Released: May 12, 2021

2.24.0 버젼 업데이트

기능

  • Common
    • New PanelBar Component.
    • New Card Component.
    • Material - v.3.33.1
    • Bootstrap- v.4.35.1
    • Default - v.4.38.1
    • Update DPL version to 2021.2.507.
    • Remove Newtonsoft.Json dependency from Telerik.DataSource package.
  • AutoComplete
    • Data virtualization.
  • Calendar
    • Render Event.
    • Templates.
  • ComboBox
    • Data virtualization.
  • DropDownList
    • Filter feature in the DropDownList.
    • Data virtualization.
  • Grid
    • Re-render component after OnRowClick, OnRowContextMenu, OnRowDoubleClick, OnExpand, OnCollapse.
    • Reorder Rows.
    • Multi-column headers.
  • MultiSelect
    • Data virtualization.
  • Splitter
    • Re-render component after OnResize, OnExpand, OnCollapse events.
  • TreeList
    • Re-render component after OnExpand, OnCollapse.
    • Reorder Rows.
    • Multi-column headers.
  • TreeView
    • Re-render component after OnExpand, OnItemClick.

수정사항

  • AutoComplete
    • Popups remain hidden behind the Window (e.g., in Popup edit mode of a grid).
  • ComboBox
    • Value binding in ComboBox doesn't work as expected in Blazor form, the pre-selected value is not displayed accordingly.
    • Value is not selected when data is changed asynchronously.
    • Popups remain hidden behind the Window (e.g., in Popup edit mode of a grid).
  • ContextMenu
    • Popups remain hidden behind the Window (e.g., in Popup edit mode of a grid).
  • DateRangePicker
    • Popups remain hidden behind the Window (e.g., in Popup edit mode of a grid).
  • DropDownList
    • Popups remain hidden behind the Window (e.g., in Popup edit mode of a grid).
  • Form
    • Enum DisplayName attributes are ignored.
  • Grid
    • When there is an async OnCancel handler, cancelling Edit throws System.InvalidOperationException: TelerikValidationComponent requires a cascading parameter of type EditContext.
    • Toggling column visibility after column resizing doesn't work.
    • Column without a Field throws when the editor template closes in InCell editing mode.
    • Grid bound to ExpandoObject throws error with InCell editing.
    • OnEdit does not fire for the next row after you press Enter in InCell edit mode.
    • Enum DisplayName attributes are ignored.
    • Async calls in Grid events prevent you from updating the grid State.
    • Cannot change selected rows in OnRowContextMenu.
  • MultiSelect
    • Popups remain hidden behind the Window (e.g., in Popup edit mode of a grid).
  • Tooltip
    • Tooltips can remain shown after moving the mouse over it and moving away to show another tooltip.
  • TreeList
    • Enum DisplayName attributes are ignored.