Rilasci di Telerik UI for Blazor

Released: Oct 21, 2020

Aggiornamenti in 2.18

Funzionalità

  • 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...

Released: Sep 18, 2019

Aggiornamenti in v2.xx

v2.17.0

Updated Sep 16, 2020

Features

  • Common
    • New TileLayout Component.
    • New Loader Component.
    • New Switch Component.
    • Update DPL (Telerik Document Processing Library) version to 2020.3.915.
  • TreeList
    • Add Visible Parameter to the TreeListColumn.
    • Multi-column sorting.
    • Search Box.
  • Chart
    • Three Charts for the Financial Industry: Stock, Candlestick and OHLC.
  • ContextMenu
    • Focus previous focused item when context menu is closed with keyboard.
  • Grid
    • Footer Template for Aggregates.
    • Multi-column sorting.
    • Search...

Released: Sep 5, 2019

Aggiornamenti in 1.7.0

Funzionalità

  • Compatibility added for Microsoft .NET Core 3 Preview 9.

Correzioni

  • Grid
    • Fixed - Enabling grouping does not let you focus the filter row.
    • Fixed - Grouping column uses field name not title.
    • Fixed - Fields of type long cause errors in the grid editing or when filtering is enabled.
    • Fixed - DateTime editor doesn't update correctly in client-side project.
  • TimePicker
    • Fixed - Incorrect selection when carousel scrollTop position is decimal.
    • Fixed - TimePicker throws error for dates that are...

Released: Aug 28, 2019

Aggiornamenti in 1.6.0

Funzionalità

  • Common
    • New Menu.
    • New TimePicker component.
  • Grid
    • Grouping.
    • Grid Selection.

Correzioni

  • TreeView
    • Expanding/collapsing a node may result in Microsoft.JSInterop.JSException: 'Cannot read property 'scrollHeight' of null.

Released: Aug 15, 2019

Aggiornamenti in 1.5.0

Funzionalità

  • Common
    • Compatibility with .NET Core 3 Preview 8.
  • Grid
    • Add support for INotifyCollectionChanged.

Correzioni

  • DateInput
    • DatePicker changes format string (placeholder) on focus.
  • DatePicker
    • Format is ignored.
    • DatePicker changes format string (placeholder) on focus.
  • Grid
    • OnUpdate does not fire in InCell edit mode for decimal fields.
    • String field is blank when saving a new row in Edge.
  • TextBox
    • Width has no effect.

Released: Aug 1, 2019

Aggiornamenti in 1.4.1

Correzioni

  • Wrong link to telerik-blazor.js in trial offline demos.

Released: Jul 26, 2019

Aggiornamenti in 1.4.0

Funzionalità

  • Common
    • Compatibility with .NET Core 3 Preview 7.
  • DatePicker
    • Use the DatePicker as an editor and filter component in the Grid.
  • DropDownList
    • Popup should be re-positioned instead of hidden on parent scroll.
  • Grid
    • Filter menu.
  • TreeView
    • Url Binding and Navigation.
    • Expand and collapse animations.

Correzioni

  • DropDownList
    • Validation is triggered immediately upon load when binding to nullable GUID.
    • Scrolled dropdown does not close on outside click.
    • The animation can be started multiple times...

Released: Jul 3, 2019

Aggiornamenti in 1.3.0

Funzionalità

  • Common
    • TreeView component
  • DropDownList
    • Accept lists of primitive types as a data source
    • Detach dropdowns from place of rendering to avoid appearance issues
  • Grid
    • Filter list for filter row

Correzioni

  • DatePicker
    • DatePicker doesn't bind correctly in grid's edit form.
  • DropDownList
    • DropDownList doesn't select value when used as editor in grid's popup edit form.
    • Binding to a null string Value throws NullReferenceException.
  • Grid
    • InCell editing - you can only type one digit when editing a...

Released: Jun 19, 2019

Aggiornamenti in 1.2.0

Funzionalità

  • Common
    • Compatibility with .NET Core 3 Preview 6.
  • DateInput
    • Binding DateInput and DatePicker to nullable value.
    • Nullable DateTime can be used in a grid, date input and date picker.
  • DatePicker
    • Binding DateInput and DatePicker to nullable value.
    • Nullable DateTime can be used in a grid, date input and date picker.
  • Grid
    • Use EditorTemplate in popup editing.
    • Nullable DateTime can be used in a grid, date input and date picker.

Released: Jun 5, 2019

Aggiornamenti in 1.1.1

Funzionalità

  • Common
    • Migrate online demos to server-side Blazor.
    • Web Installer and Control Panel are now available.

Correzioni

  • Grid
    • Upon CommandButton click "Object reference not set to an instance of an object." is thrown in the console.
  • DatePicker
    • DatePicker throws exception upon selecting a date in a server-side scenario.
  • TabStrip
    • Rename RemoveTab() to DeactivateTab() to reflect the actual purpose of the method.