Telerik UI for Blazor 2.30.0

Released: Dec 8, 2021

2.30.0 中的更新

特性

  • Common
    • Added a new Dialog Component.
    • Updated Material Theme - v.4.43.0.
    • Updated Bootstrap Theme - v.4.43.0.
    • Updated Default Theme - v.4.43.0.
  • Charts
    • Added series dash type parameter.
    • Added series width parameter.
    • Added background and opacity parameters to chart area and plot area.
  • DateInput
    • Added Parameter for inputs validation mode.
  • DatePicker
    • Added Parameter for inputs validation mode.
  • DateTimePicker
    • Added Parameter for inputs validation mode.
  • Gantt
    • Added Min & Max Resizable Column Width.
  • Grid
    • Added Awaitable Autofit Methods.
    • Added OnBeforeExport and OnAfterExport events.
    • You can now clear SearchBox value on 'x' icon click.
    • You can now clear SearchBox value on Escape key.
    • Added Min & Max Resizable Column Width.
    • You can now include SearchBox value in the state.
    • Added a parameter for disabling validation.
    • Added methods for exporting to Microsoft Excel and CSV.
    • Export Enums as their string representations.
    • Customize file before it gets exported to the client.
    • Customize number format of columns on export.
    • Customize column widths on Excel export.
    • Customize which columns to be exported.
    • Customize which data items will be exported.
    • Improved event handling on editing.
    • Added Field and Id properties in the ColumnState.
    • The grid should now scroll to the edited field.
  • MaskedTextBox
    • Added DebounceDelay parameter.
    • Added Parameter for inputs validation mode.
  • NumericTextBox
    • Added Parameter for inputs validation mode.
  • StockChart
    • Added background and opacity parameters to chart area and plot area.
  • TabStrip
    • Added a parameter for not disposing tab content.
    • Added a Visible Tab Parameter.
  • TextArea
    • Added DebounceDelay parameter.
    • Added Parameter for inputs validation mode.
  • TextBox
    • Added DebounceDelay parameter.
    • Added Parameter for inputs validation mode.
  • TimePicker
    • Added Parameter for inputs validation mode.
  • TreeList
    • You can now clear SearchBox value on 'x' icon click.
    • You can now clear SearchBox value on Escape key.
    • Added Min & Max Resizable Column Width.
    • You can now include SearchBox value in the state.
    • Added a parameter for disabling validation.
    • Improved event handling on editing.
    • Added Field and Id properties in the ColumnState.
  • Window
    • Added a parameter for closing modal window on overlay click.
    • Escape should now close modal when overlay is clicked.

修補程式

  • Checkbox
    • Fixed Checkbox accessibility issues.
  • ColorPicker
    • Popup do not have a border/shadow in Material theme.
  • ComboBox
    • Popup do not have a border/shadow in Material theme.
  • DateInput
    • After typing in the date input, its performance slows down.
  • DatePicker
    • After typing in the date input, its performance slows down.
    • Popup do not have a border/shadow in Material theme.
  • DateRangePicker
    • After typing in the date input, its performance slows down.
    • Popup do not have a border/shadow in Material theme.
  • DateTimePicker
    • After typing in the date input, its performance slows down.
    • Popup do not have a border/shadow in Material theme.
  • DropDownList
    • Popup do not have a border/shadow in Material theme.
  • Grid
    • Excel export stops working after column is resized and culture is set.
    • Resizing does not work properly when the applied culture uses comma separator.
    • CheckBox column header renders filtering-related CSS class.
    • Negative column width set when resizing multi-column headers.
    • GridCheckboxColumn is missing label element and aria-label attribute.
    • Race condition between cancel and save of in-cell editing if data operation is performed.
    • Memory leak when grouping Grid and updating Aggregates.
    • Grid with ExpandoObject or grouping with OnRead throws when adding Sum Aggregate.
    • Popup do not have a border/shadow in Material theme.
  • MaskedTextBox
    • Slow performance in TextArea and MaskedTextBox
  • Pager
    • 'li' elements must be contained in a 'ul' or 'ol': List item does not have a 'ul', 'ol' parent element.
    • Fixed Pager accessibility issues.
  • RangeSlider
    • RangeSlider throws on drag-drop.
    • RangeSlider value is not persisted.
  • TextArea
    • Slow performance in TextArea and MaskedTextBox.
  • TileLayout
    • TileLayout does not react to changes in the Resizable and Reorderable parameters as well as the TileLayoutItems parameters.
  • TimePicker
    • After typing in the date input, its performance slows down.
    • Popup do not have a border/shadow in Material theme.
  • TreeList
    • CheckBox column header renders filtering-related CSS class.
    • Negative column width set when resizing multi-column headers.
    • Race condition between cancel and save of in-cell editing if data operation is performed.
    • EditorTemplate loses focus/content on keystroke.
  • TreeView
    • Cannot programmatically check children loaded on demand.