Telerik UI for WPF 2025 Q4 (2025.4.1111)

Released: Nov 12, 2025

2025 Q4 (2025.4.1111) での更新項目

機能

  • What's New:
    • The WPF suite is fully compatible with .NET 10. All associated DLLs, installers, NuGet packages, and Visual Studio Extensions have been updated to officially support this version, ensuring smooth integration with the latest .NET platforms.
    • The PdfViewer now includes AI Summarization support, enabling users to generate summaries of documents. This feature helps users quickly grasp key points and main ideas without having to read the entire text. The feature can be configured using one of the following services: AzureOpenAI, OpenAI, or Ollama.
  • Common:
    • The product is now fully compatible with Visual Studio 2026. This includes both the installers and extensions, ensuring a smooth integration and development experience in the latest IDE version.
    • Updated System.Drawing.Common version to 8.0.0 and removed UseWindowsForms dependency for .NET 8/9. As a result, a FileNotFoundException no longer occurs during the resolution of the System.Windows.Forms assembly within the InitializeProperties method after publishing a .NET 9 application.
  • Dependencies:
    • Updated Telerik Document Processing Library (DPL) version to 2025.4.1104.
    • Updated SkiaSharp package version to 3.119.1.
  • ComboBox:
    • Introduced an option to include additional content in the drop-down area, as well as the ability to position it.
  • DataServiceDataSource:
    • Discontinued Telerik.Windows.Controls.DataServices50 and Telerik.Windows.Controls.DataServices60 assemblies. The Telerik.Windows.Controls.DataServices assembly now relies on Microsoft.OData.Client version 7.8.3.
  • EntityFrameworkDataSource:
    • Discontinued Telerik.Windows.Controls.EntityFramework assembly. For existing projects on .NET Framework 4.6.2, the Telerik.Windows.Controls.EntityFramework60 assembly remains available and has been updated to use Entity Framework 6.5.1 for improved stability and compatibility.
  • GridView:
    • Fixed issue where ArgumentOutOfRangeException is raised when the culture is set to th-TH (Thailand) and the ItemsSource is rebound to a non-initialized collection.
  • ListBox:
    • Fixed issue where a memory leak is present when removing items from the ItemsSource.
  • Menu:
    • Introduced an option to position the icon on the right of the RadMenuItem element.
  • MultiColumnComboBox:
    • Added an option to prevent the removal of the selected item when pressing the Delete or Back key (controlled by the ClearSelectionOnDeleteOrBackKey property).
  • PDF Viewer:
    • The PdfViewer now includes AI Summarization support, enabling users to generate summaries of documents. This feature helps users quickly grasp key points and main ideas without having to read the entire text. The feature can be configured using one of the following services: AzureOpenAI, OpenAI, or Ollama.
    • Changed: Resizer's icon is not visible when using XAML binaries.
    • Change the default value of RadPdfViewerNavigationPane's PaneWidth property in all themes.
  • PivotGrid:
    • Updated the Microsoft.AnalysisServices.AdomdClient dependency of the Telerik.Pivot.DataProviders.Adomd assembly version to 19.84.1.
  • VirtualKeyboard:
    • Improved the task cancellation behavior in the Task started in the internal StartTrackingSystemCulture method, which now avoids unobserved OperationCanceledException.

不具合の修正

  • ChartView:
    • Fixed issue where a TypeAccessException is thrown in .NET Framework projects when using an internal class for the data point models.
  • ChartView3D:
    • Fixed issue where ray fragments are observed at the connection points of line segments within LineSeries3D when the lines create very sharp angles.
  • DataForm:
    • Fixed issue where the selection of an editable RadComboBox hosted in the EditTemplate gets cleared on commit edit.
  • Docking:
    • Fixed issue where a Path element in the HeaderTemplate property of a RadPane in Windows11 theme is rendered pixelated.
    • Fixed issue where a NullReferenceException is raised when quickly reordering the panes' tabs.
    • Fixed issue where the DockingNavigator does not display the RadTabControl inside a RadPane in the correct position.
  • PDF Viewer:
    • Fixed issue when loading a PDF file where it throws an 'Input string was not in a correct format' or 'Year, Month, and Day parameters describe an unrepresentable DateTime' exception.
    • Fixed issue where the PdfViewer's instance stays in memory after it gets removed from the visual tree. With the current version setting the Document property to null before removing the control from the visual tree will allow it to be garbage collected.
    • Handled the import of documents with invalid Creation or Modification dates.
  • PropertyGrid:
    • Fixed issue where pressing the Enter key when a field editor is focused scrolls to the top if the vertical scrollbar is displayed and the properties are grouped.
  • RichTextBox:
    • Fixed issue where custom annotations are not rendered correctly when they have no content and are right aligned.
    • Fixed issue where document exported to DOCX with 2025 Q2 cannot be opened by 2025 Q1.
    • Fixed exception when pasting with keep source formatting when a style is not present in the document style repository.
    • Fixed issue where exceptions occur on loading documents with element tags that don't have direct content but are using opening and closing tags instead of self-closing tags.
    • Fixed issue where exporting documents (RadDocument) to DOCX format produces an invalid file.
    • Fixed issue where importing an HTML that contains an image with an align attribute does not apply the alignment to the created image element in the document model.
    • Fixed issue when selecting paragraphs, where some of which belong to a list, the toggle list (bullet) command removes the list instead of adding the new items.
    • Fixed issue when selecting numbering list with empty paragraphs inside, the numbering list cannot be turned off.
  • ScheduleView:
    • Fixed issue where changing the VisibleDays property of a view definition caused appointments to disappear when the IsGroupHeadersVirtualizationEnabled property is true.
  • Spreadsheet:
    • Fixed issue where data validation dialog buttons do not respond to the Enter or Esc keys (Retry, Cancel).
    • Fixed issue where deselecting the current active cell, which is part of a selection range (using the Ctrl key and mouse click), does not clear its selection.
  • SyntaxEditor:
    • Fixed issue where auto scrolling stops working when the control is zoomed.
    • Fixed issue where NullReferenceException is thrown on opening the CompletionListWindow when RadSyntaxEditor is hosted in a non-WPF application and there is no WPF Application and MainWindow initialized.
  • TabControl:
    • Fixed issue where keyboard navigation with the Home and End keys does not consider the visibility of the tab items.