Telerik UI for WPF 2025 Q4 (2025.4.1321)

Released: Jan 21, 2026

2025 Q4 (2025.4.1321) 中的更新

特性

  • Common:
    • Added full support for dynamic localization. Now the feature covers all controls in the WPF suite.
    • Starting with upcoming Q2 2026 releases, the following legacy themes will no longer be supported for new controls: Expression Dark, Windows 7, Transparent, Vista, Summer, Office Silver and Office Blue. Support for existing controls in these themes will remain unchanged.
    • Updated Telerik Document Processing Library (DPL) version to 2025.4.1319.
    • Updated the minimum required Telerik Licensing version to 1.6.36.
  • Buttons:
    • Added new RadSpeechToTextButton control which provides out-of-the-box speech recognition functionality. Supports continuous or single-shot recognition, different languages and custom recognizers.
  • RichTextBox:
    • Added support for customizing hyperlink tooltips.
    • Improved keyboard selection behavior in tables with arrow keys to match MS Word.
    • Several existing methods in the KeyboardSelectionHandler class have been modified as detailed below: ExpandTopRight is removed; use the MoveActiveEnd method instead. ExpandDownLeft is removed: use the MoveActiveEnd method instead. UpdateSelection is removed; use the MoveActiveEnd method instead.

修补程序

  • Common:
    • Fixed issue where the licensing watermark is displayed over the Visual Studio application when a Telerik WPF control is hosted in the designer of a WinForms project.
  • DateRangePicker:
    • Fixed issue where an exception is raised when pasting strings containing non-digit chars.
  • FileDialogs:
    • Fixed issue where wildcard pattern *file.txt does not match files like samplefile.txt.
  • Menu:
    • Fixed issue where hovering the mouse over a RadMenuItem does not highlight the arrow button.
  • OfficeNavigationBar:
    • Fixed issue where an exception is raised when loading the control with the Office2013 theme applied via merging the Generic dictionary.
  • PersistenceFramework:
    • Fixed issue where an exception is raised when saving the layout in .NET 10 if there is a Grid with ColumnDefinition/RowDefinition objects.
  • RichTextBox:
    • Fixed issue where the current editing style is not preserved when the document layout is refreshed.