Telerik Forums
UI for WPF Forum
0 answers
53 views

15 Dec to 22 Dec 2025: highlights of the new online resources that we published last week.

Article: https://www.telerik.com/products/wpf/documentation/knowledge-base/kb-pdfviewer-filenotfoundexeception-systemfontsmanager
Summary: This article explains why RadPdfViewer for WPF can throw a FileNotFoundException referencing SystemFontsManager at runtime and how to resolve it. It covers common root causes—missing or mismatched Telerik.Windows.Documents.* assemblies, PublishTrimmed/single-file publish removing types, or assemblies not copied to output—and provides fixes: reference the correct Telerik.Windows.Documents.Core/Fixed versions, ensure Copy Local, and either disable trimming or explicitly preserve the Telerik.Documents types so SystemFontsManager and related font support are included in the deployment.

---------------------------------------------------------------------------------------------------------------------------------------------------------

10 Nov to 17 Nov 2025: highlights of the new online resources that we published last week.

Summary: Learn how to use RadPdfViewer’s Find feature in WPF to search text in PDF documents, navigate next/previous matches, and highlight results. The article explains the built-in Find UI, commands and API for initiating searches, configuring options like match case and whole word, and handling events to react to search state changes, with code examples for integrating the search UI and driving it from code-behind or MVVM.

Article: https://www.telerik.com/products/wpf/documentation/controls/radpdfviewer/save-as
Summary: Use RadPdfViewer for WPF’s Save As to export the currently loaded PDF to a new file, preserving edits such as annotations and form fields. Invoke it from the UI or programmatically with RadPdfViewerCommands.SaveAs targeting your RadPdfViewer instance. The command is available regardless of whether the document was opened from a file path or a stream.

Article: https://www.telerik.com/products/wpf/documentation/controls/radpdfviewer/printing
Summary: Learn how to print PDFs from RadPdfViewer in a WPF application using the built-in Print command or programmatically from code-behind. The article shows how to invoke the WPF PrintDialog and configure print settings (for example, scaling and other output options) to control the printed result.

Article: https://www.telerik.com/products/wpf/documentation/controls/radpdfviewer/bookmarks
Summary: Learn how to enable and use the Bookmarks pane in RadPdfViewer for WPF to display a PDF’s hierarchical outline and navigate to bookmark destinations. The article shows how to toggle the pane in the built-in UI and how to access and traverse bookmarks programmatically so you can implement custom navigation or integrate bookmarks into your own controls.

Article: https://www.telerik.com/products/wpf/documentation/controls/radpdfviewer/scrolling
Summary: This article explains how to configure and control scrolling in RadPdfViewer for WPF, including vertical/horizontal scrollbars, continuous document scrolling, and how zoom and fit modes affect the viewport. It details user interactions (mouse wheel, touch, keyboard) and shows how to scroll programmatically to a page or offset and handle scroll changes through the viewer’s API.

Article: https://www.telerik.com/products/wpf/documentation/ai-assistant/mcp-server-as-a-nuget
Summary: This guide shows you how to install and self-host an MCP (Model Context Protocol) server via a NuGet package in a WPF app and connect it to RadAIAssistant. You will configure the server and register tools/resources so an LLM can invoke application capabilities through MCP.

Article: https://www.telerik.com/products/wpf/documentation/controls/radpdfviewer/ai-summarization
Summary: Learn how to enable AI summarization in the WPF RadPdfViewer so you can summarize the entire PDF or the current selection via built-in summarize commands. You configure an LLM provider, connect it to the viewer, invoke the commands, and optionally customize prompt text and output (length/format), with guidance on async execution, context/token limits, and error handling.

Article: https://www.telerik.com/products/wpf/documentation/controls/radpdfviewer/digital-signature
Summary: This article shows how to view and validate PDF digital signatures in RadPdfViewer for WPF, including displaying signature widgets, inspecting signer/certificate details, and reporting validity (trusted, expired, revoked, or document modified). It explains how to configure validation by providing trusted root certificates and enabling revocation checks (OCSP/CRL), handle user interactions with signatures, and notes that creating signature fields or signing PDFs is done with PdfProcessing.

Article: https://www.telerik.com/products/wpf/documentation/controls/radpdfviewer/interactive-forms
Summary: RadPdfViewer for WPF supports interactive PDF AcroForm forms, allowing you to display and fill fields such as text boxes, check boxes, radio buttons, list/combo boxes, and push buttons directly in the viewer. You can read and write field values, control focus and keyboard navigation, and handle standard form actions (submit/reset) through the API; XFA forms are not supported.

Article: https://www.telerik.com/products/wpf/documentation/controls/radpdfviewer/export-fixedpage-to-image
Summary: Learn how to export a WPF RadPdfViewer page (FixedPage) to an image (PNG/JPEG) by retrieving the FixedPage for a given PDF page, converting it to a bitmap, and saving it to a file or stream with control over size and DPI/scale. The article explains handling page virtualization and layout so you can export pages that aren’t currently visible and generate consistent thumbnails and previews from C# code.

---------------------------------------------------------------------------------------------------------------------------------------------------------

29 Oct to 05 Nov 2025: highlights of the new online resources that we published last week.

Summary: This article shows you how to use Telerik UI for WPF in .NET Core/.NET SDK-style WPF projects, outlining supported target frameworks and the Windows-only scope. You add the Telerik packages from your private NuGet feed, reference the controls and XAML namespaces, merge theme resource dictionaries, and account for Visual Studio design-time support and differences from .NET Framework.

Article: https://www.telerik.com/products/wpf/documentation/security/overview
Summary: This article outlines the Telerik UI for WPF security model: assemblies are strong-named and Authenticode-signed, and the controls are designed for full-trust desktop applications rather than partial-trust environments (e.g., XBAP or partial-trust ClickOnce). It provides guidance to reduce risk—avoid loading untrusted XAML or documents, gate clipboard/drag-and-drop/printing/file access, keep dependencies updated, and align your app with .NET/WPF security practices.

Feel free to check them out and share your thoughts!

The Telerik Team

Telerik
Top achievements
Rank 1
Iron
 updated question on 22 Dec 2025
0 answers
216 views
The RadWebCam for WPF control currently relies on the SharpDX library to render the video feed. With 2024 Q4 we will replace SharpDX with the SkiaSharp library. This decision was taken because the SharpDX library is no longer maintained since March 2019.


Martin Ivanov
Top achievements
Rank 1
 asked on 10 Sep 2024
0 answers
308 views

As of 2024 Q4 (November), we will deprecate the .NET 7 distribution. This decision is rooted in our dedication to align with Microsoft’s recommended framework versions so that our products leverage the latest advancements in technology, security, and performance.  

We are aligning our product with Microsoft’s lowest-supported framework versions for .NET Framework and .NET, respectively. Please refer to the following blog post: Product Update for Enhanced Performance and Security

For more information about how to upgrade your project when a new version of the Telerik UI for WPF suite is released, you can check here: Project Migration to .NET 4.6.2 and .NET 6

Martin Ivanov
Top achievements
Rank 1
 asked on 28 May 2024
0 answers
382 views

As of 2024 Q2, we will deprecate .NET Framework 4.0, .NET Framework 4.5, and .NET Core 3.1 distributions. This decision is rooted in our dedication to align with Microsoft’s recommended framework versions so that our products leverage the latest advancements in technology, security, and performance.

We are aligning our product with Microsoft’s lowest-supported framework versions for .NET Framework and .NET, respectively. Please refer to the following blog post:

Product Update for Enhanced Performance and Security (telerik.com)

For more information about how to upgrade your project's .NET Framework version, you can check the following MSDN article:

Migration Guide to .NET Framework 4.8, 4.7, and 4.6.2 - .NET Framework | Microsoft Learn


Stenly
Top achievements
Rank 1
 asked on 30 Jan 2024
0 answers
4 views
I have a custom control that uses RadMultiColumnComboBox and when it's used in a dialog window, and the user opens the dropdown, then without clicking on anything else but the X to close the dialog window, the window closes but the drop down stays open. I would like to fix this in the control itself instead of on the screen if possible but everything I try doesn't work. I've tried adding a .CloseDropDown() call to the LostFocus, Unloaded, and even listened for the parent window to close and all of those attempts had no effect. This seems like a bug in the RadMultiColumnComboBox. I do have KeepDropDownOpen set to False.
Shawn
Top achievements
Rank 1
Iron
Iron
 asked on 23 Dec 2025
0 answers
51 views

Hi there,

I recently upgraded from 2024.3.821 to 2025.4.1111 and I found some weird issue when deserializing raddiagram xml.  Attached please see two SerializationInfo strings. Both of them can be deserialized in 2024.3.821 but the one named "diagram serialization info_bad" is not able to be deserialized completely in 2025.4.1111. I found the RadDiagramShape with Id = "7cc7b6c3-1606-453d-a9ab-ebc0bd53b207" is causing issue so I removed it from the SerializationInfo Info and named it "diagram serialization info_good". 

Please help me to check why the RadDiagramShape Id = "7cc7b6c3-1606-453d-a9ab-ebc0bd53b207" will cause issue in 2025.43.1111 since it didn't give me any error or exception.

my code is simple as:

SerializationInfo e1 = SerializationInfo.CreateDiagramInfo(serializationInfo);
RadDiagram.Deserialize(e1);

Thank you

Chao-An
Top achievements
Rank 1
 asked on 18 Dec 2025
0 answers
22 views

We are encountering severe UI thread blocking when using RadOpenFolderDialog during high-volume file operations (concurrent exports).

Technical Findings: After investigating the internal implementation, we identified the root cause in the DialogWindowBase class. Specifically, inside the SetupDialogContent method, the AddWatcher parameter is hardcoded to true.

This forces the underlying DirectoryInfoWrapper to initialize a FileSystemWatcher and unconditionally subscribe to the following events:

  • Changed
  • Created
  • Deleted
  • Renamed

Because our application generates a large volume of file events during export, these subscriptions flood the message pump and hang the UI thread.

The Question: Since AddWatcher is hardcoded, is there a supported way (or a workaround via reflection/subclassing) to:

Override SetupDialogContent to pass AddWatcher = false?

Access the DirectoryInfoWrapper instance post-initialization to manually unsubscribe from these events?

We urgently need to stop this component from listening to file system changes to maintain application responsiveness.

Version: 2024.4.1213.462

Daulet
Top achievements
Rank 1
 asked on 16 Dec 2025
13 answers
300 views
We have recently updated our Telerik libraries to v2012.3.1129.40. While our experience with this is been good in general there seems to be a bug with the way GridViewColumnGroups and Frozen columns interact. One of our screens contains a RadGridView with 3 frozen columns and a lot (>50) of columns that are divided into about 12 groups. Because of the number of columns the users requested we allow them to show/hide the columns on a group by group basis which we have done (we have check boxes to control the visibility of the different groups). This worked fine prior to the upgrade but no longer seems to work correctly.

We can show/hide the groups (by showing/hiding the child columns causing the parent groups to show/hide) as before but if we show a group (either for the first time or after it has been previously hidden) it does not  function correctly when the grid is scrolled horizontally. Instead of scrolling "under" the frozen columns as expected the group header remains stuck against the frozen column while the column headers and the data rows continue to scroll as expected. If I remove the frozen columns the horizontal scrolling works as expected.

This bug means that we are unable to have Frozen columns which is a critical in a grid with so many columns

Thanks,

Murray
Peter
Top achievements
Rank 1
Iron
 answered on 15 Dec 2025
22 answers
2.0K+ views
Hi Guys,

    I have made it to hide/show value column of a property individually, but does not make it work to show/hide the whole property row(not only the value column, but also the label column). What's more how to hide a whole group?

    You are really appreciated if you could share some code. Thank you very much.
John
Top achievements
Rank 1
Iron
Iron
 answered on 11 Dec 2025
0 answers
28 views

Hi, I'm working on a project that uses Telerik  version 2016.1.314.45. Right now we're trying to more widely implement Search As You Type. I see in the documentation that there is some sort of object named SearchStateManager, that you can use in order to modify the search. I cannot find the object in my version. But i can find an answer on a stackoverflow post from 2016/09/07, with an image, that seems to have implemented IsSearchWithAccentEnabled.

When was the feature introduced. I was hoping that in my version could implement similar features as seen on the aforementioned image

Adam
Top achievements
Rank 1
 asked on 10 Dec 2025
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?