New to Telerik UI for WPF? Download free 30-day trial

.NET Support Overview

Telerik UI for WPF comes with support for .NET Core 3.1, .NET 6, .NET 7 and .NET 8.

There is are sets of DLLs built against the different .NET versions which you can reference in an application and start using the Telerik controls. There are no .NET 8 dedicated Telerik assemblies, but their .NET 7 is supported in .NET 8 projects.

See how to migrate your app in the Migrating to .NET Core article.

The installation approaches for the .NET versions of the Telerik dlls are the same as the ones for the .NET Framework version. Read more in the Getting Started section of the documentation. The additional setting for .NET 6 and later is that several controls rely on third party NuGet packages. These are automatically installed when adding the Telerik assemblies via NuGet or the Telerik Visual Studio Extension. In case you reference the assemblies manually, one or more of the following packages should be installed manually: System.Data.OleDb, System.Drawing.Common and System.ServiceModel.Http.

.NET Core 3.1 Requirements

To work with the Telerik .NET Core 3.1 DLLs you will need to have the following installed.

Read more about the .NET Core requirements in the Prerequisites for .NET Core on Windows MSDN article.

.NET 6 Requirements

To work with the Telerik .NET 6 DLLs you will need to have the following installed.

Read more about the .NET 6 requirements in the Install .NET on Windows MSDN article.

.NET 7 Requirements

To work with the Telerik .NET 7 DLLs you will need to have the following installed.

Design-Time Support

The Telerik controls can be drag/dropped from the Visual Studio Toolbox. To enable this under .NET you will need to reference the Telerik dlls via nuget. Installing the nuget packages will add the corresponding controls in the toolbox. Drag and drop from the toolbox is available only for the projects that have the Telerik nuget packages installed.

Additionally, the Telerik controls introduce customized design-time support as using smart tags, design-time selection, and also the standard control properties changing through the Visual Studio Designer

Creating a project via the Telerik Visual Studio Extensions, allows you to select a NuGet version and automatically add the packages in the project when created, thus adding the Telerik .NET controls into the Visual Studio Toolbox.

See Also

In this article