Telerik UI for Blazor 2.22.0

Released: Feb 24, 2021

2.22.0 での更新項目

機能

  • Common
    • New ValidationSummary Component.
    • New ValidationTooltip Component.
    • New ValidationMessage Component.
    • New Form Component.
    • Bootstrap Theme Package - v4.27.0.
    • Default Theme Package - v4.33.0.
    • Material Theme Package - v3.29.0.
    • Update DPL version to 2021.1.222.
    • The IconName class is now obsolete.
  • AutoComplete
    • Added OnBlur event.
    • Loader Integration.
    • Added TabIndex property.
  • Checkbox
    • Added OnBlur event.
  • ComboBox
    • Added OnBlur event.
    • Loader Integration.
    • Added TabIndex property.
  • DateInput
    • Added OnBlur event.
    • Added TabIndex property.
  • DatePicker
    • Added OnBlur event.
    • Added TabIndex property.
  • DateRangePicker
    • Added TabIndex property.
  • DateTimePicker
    • Added OnBlur event.
    • Added TabIndex property.
  • DropDownList
    • Added OnBlur event.
  • Grid
    • Frozen Columns with Virtualization.
    • Use TelerikCheckbox as a default boolean editor.
    • Grouping of columns in the ColumnMenu.
    • Checkbox only selection.
    • InCell Editing Navigation is more Microsoft Excel-like to provide more efficient (faster) data editing.
  • MaskedTextBox
    • Added OnBlur event.
  • MultiSelect
    • Added OnBlur event.
    • Loader Integration.
    • Added TabIndex property.
  • NumericTextBox
    • Added OnBlur event.
    • Added TabIndex property.
  • RadioButtonGroup
    • Added OnBlur event.
  • Switch
    • Added OnBlur event.
  • TextArea
    • Added OnBlur event.
  • TextBox
    • Added OnBlur event.
  • TimePicker
    • Added OnBlur event.
  • TreeList
    • Frozen Columns with Virtualization.
    • Use TelerikCheckbox as a default boolean editor.
    • Checkbox only selection.
    • InCell Editing Navigation is more Microsoft Excel-like to provide more efficient (faster) data editing.
  • Window
    • Drag and Drop.

不具合の修正

  • AutoComplete
    • PopupWidth and PopupHeight don't have effect when updated from the app.
  • ComboBox
    • PopupWidth and PopupHeight don't have effect when updated from the app.
  • DatePicker
    • PopupWidth and PopupHeight don't have effect when updated from the app.
    • The Calendar in the picker does not use the thread culture.
  • DateRangePicker
    • PopupWidth and PopupHeight don't have effect when updated from the app.
  • DateTimePicker
    • PopupWidth and PopupHeight don't have effect when updated from the app.
    • The Calendar in the picker does not use the thread culture.
  • DropDownList
    • Id of the dropdownlist is not associated to the focusable element.
    • DropDownList does not react when the Default text is changed.
    • PopupWidth and PopupHeight don't have effect when updated from the app.
  • Grid
    • State persistence breaks IIS process when popup edit form is open.
    • Pressing Enter while Inserting or Editing a record doesn't do anything.
    • Shift + Tab doesn't return focus to the grid from detail template.
    • OnCancel does not fire when pressing the Esc key on the keyboard.
    • Keyboard navigation breaks after focus is moved out of the filter menu icon.
    • ToODataString() does not apply multiple orderby expressions when using multi column sorting.
    • Locked columns (column menu) don't work well in column virtualization scenario.
    • Hiding locked column (column menu) doesn't hide column cells.
    • DatePicker cannot be open through keyboard in incell editing.
  • MultiSelect
    • PopupWidth and PopupHeight don't have effect when updated from the app.
  • ProgressBar
    • Wrong value rendering in cultures with comma decimal separator.
  • RangeSlider
    • Slider handle has wrong position in cultures with comma for a decimal separator.
  • Slider
    • Slider handle has wrong position in cultures with comma for a decimal separator.
  • TextArea
    • The TextArea fires OnChange when Enter is pressed.
  • TimePicker
    • PopupWidth and PopupHeight don't have effect when updated from the app.
  • TreeList
    • Sstate persistence breaks IIS process when popup edit form is open.
    • Expanding/collapsing a node by pressing "Enter" is not working.
    • Pressing Enter while Inserting or Editing a record doesn't do anything.
    • OnCancel does not fire when pressing the Esc key on the keyboard.
    • Keyboard navigation breaks after focus is moved out of the filter menu icon.
    • Locked columns (column menu) don't work well in column virtualization scenario.
  • Window
    • Window visibility is not changed on dispose.