Telerik UI for Blazor 2026 Q2 (v14.1.0)

Released: Jul 16, 2026

Atualizações na 2026 Q2 (v14.1.0)

Recursos

  • Common:
    • Added Expansion Panel.
    • Added compatibility with .NET 11 Preview 6.
  • Dependencies:
    • Added support for Bootstrap theme version 14.3.0.
    • Added support for Classic theme version 14.3.0.
    • Added support for Default theme version 14.3.0.
    • Added support for Fluent theme version 14.3.0.
    • Added support for Material theme version 14.3.0.
    • Added support for Meridian theme version 14.3.0.
  • Chart:
    • Added Justified parameter to CategoryAxis.
  • ContextMenu:
    • Added ContextMenu keyboard customizations.
  • Filter:
    • Added the ability to filter dropdown fields.
  • MultiSelect:
    • Tag mode is enabled by default with 10 max allowed tags.
    • Added select all option.
  • Popup:
    • Added close on outside click.
  • RadioGroup:
    • Added DisabledField support for per-item disabled state.
  • SplitButton:
    • Added Open/Close API methods.
  • StockChart:
    • Added Justified parameter to CategoryAxis.
  • Tooltip:
    • Added collision settings.
  • TreeList:
    • Added export to Excel.
    • Added Size parameter.
  • TreeView:
    • Cyclic TreeView data causes stack exhaustion.
  • Window:
    • Added an option to customize the default keyboard shortcuts.
  • Wizard:
    • Added option to customize the default keyboard shortcuts.
    • Added visible parameter for the wizard steps.

Correções

  • AppBar:
    • Fixed issue where Secondary and Tertiary theme colors are missing.
  • ColorPicker:
    • Fixed issue where keyboard navigation doesn't remove focused class.
    • Fixed exception when a short hex color value is used.
  • DateInput:
    • Fixed issue where you cannot set value when AutoCorrectParts is false.
    • Fixed issue where year 2001 is shown instead of 0001 for the default (non-nullable) value.
    • Fixed issue where TimeOnly values are not displayed in specific non-US cultures.
  • DropDownButton:
    • Fixed issue where DropDownButton renders text container when no content set.
  • Editor:
    • Fixed issue where Editor loses text selection and cursor position after using tools.
  • FileManager:
    • Fixed Null exception in Details (Preview) pane when deleting the selected item.
    • Fixed issue where programmatic selection does not populate Details (Preview) pane.
  • FloatingLabel:
    • Fixed overlap input when setting the value before loading the data.
  • Grid:
    • Fixed issue where batch deletion properly deletes all items.
    • Prevent full grid re-render on each keystroke in EditorTemplate.
    • Fixed issue where multi-column headers are not exported to Excel.
    • Fixed issue where locked column is not unlocked on state change.
    • Fixed issue where resizing a non-locked column displaces the first locked one.
    • Fixed issue where an exception is thrown for CheckBoxListFilter when used with ExpandoObject.
    • Fixed to use Save instead of Update as default button text in popup edit form.
    • Fixed Grid performance degradation when editing in-cell grouped data.
  • MultiSelect:
    • Deselect selected item when user hit enter key.
  • NumericTextBox:
    • Fixed in regards to preventing stale cleared state from propagating on the next ChangeValue call.
  • Pivotgrid:
    • Fixed to make text label filtering case-insensitive for local data sources.
    • Fixed to remove field menus from configurator dictionary on dispose.
  • Scheduler:
    • Fixed to prevent appointment overflow feedback loop on window resize.
    • Fixed issue where Delete and Backspace keys bypass AllowDelete value.
    • Top offset should be proportionally calculated based on the exact start time of the appointment.
    • Appointments height should be proportional to their timespan.
  • TabStrip:
    • Fixed issue where ActiveTabIdChanged fires on app navigation.
    • Fixed exception on removing all visible tabs programmatically.
    • Fixed issue where scroll buttons do not show or hide on dynamic Tab add or remove.
  • TextBox:
    • Input type password should not render role attribute.
  • Tooltip:
    • When collision=fit the tooltip should not blink while cursor is over tooltip and anchor.
    • Corrected callout position when scrolling.
    • Fixed issue where theme colors: Info, Success, Warning, Error are missing.
  • Window:
    • Fixed issue where predefined actions OnClick handler is not triggered.