![]() |
VOOZH | about |
dotnet add package Telerik.UI.for.Maui --version 14.0.1
NuGet\Install-Package Telerik.UI.for.Maui -Version 14.0.1
<PackageReference Include="Telerik.UI.for.Maui" Version="14.0.1" />
<PackageVersion Include="Telerik.UI.for.Maui" Version="14.0.1" />Directory.Packages.props
<PackageReference Include="Telerik.UI.for.Maui" />Project file
paket add Telerik.UI.for.Maui --version 14.0.1
#r "nuget: Telerik.UI.for.Maui, 14.0.1"
#:package Telerik.UI.for.Maui@14.0.1
#addin nuget:?package=Telerik.UI.for.Maui&version=14.0.1Install as a Cake Addin
#tool nuget:?package=Telerik.UI.for.Maui&version=14.0.1Install as a Cake Tool
Deliver native apps for every platform in half the time with 70+ customizable UI components, an AI Coding Assistant and unmatched productivity tools. Designed for speed, scalability and cross-platform excellence.
Supports Visual Studio 2026, .NET 9 and .NET 10.
Install via the .NET CLI:
dotnet add package Telerik.UI.for.Maui
Or search for Telerik.UI.for.Maui in the Visual Studio NuGet Package Manager.
In your MauiProgram.cs, register the Telerik MAUI controls using the UseTelerik() extension method:
using Telerik.Maui.Controls;
public static class MauiProgram
{
public static MauiApp CreateMauiApp()
{
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp<App>()
.UseTelerik();
return builder.Build();
}
}
Add xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui" to your ContentPage and use any Telerik control:
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
x:Class="MyApp.MainPage">
<telerik:RadDataGrid ItemsSource="{Binding Items}" />
</ContentPage>
For the full setup guide, see the getting started instructions for Visual Studio or VS Code.
Explore all components and features in the documentation
The AI Coding Assistant is specifically trained on the Telerik UI for .NET MAUI component library to ensure developers get production-quality code when working in their favorite IDE. It automates repetitive tasks, finds answers to questions from the API documentation and other knowledge repositories, and troubleshoots problems related to the component library.
Learn more about the Telerik UI for .NET MAUI AI Coding Assistant
Get answers to your questions directly from the developers who build Telerik UI for .NET MAUI. Build confidently with components backed by rigorous testing, scalable architecture, comprehensive documentation, and expert support.
Copyright 2021-2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
Packaged distributions of Progress Telerik UI for .NET MAUI obtained from NuGet are made available pursuant to the Progress Telerik UI for .NET MAUI EULA at https://www.telerik.com/purchase/license-agreements, unless you have entered into a separate MSA with the licensor.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-android34.0 net9.0-android34.0 is compatible. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-ios17.2 net9.0-ios17.2 is compatible. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-maccatalyst17.2 net9.0-maccatalyst17.2 is compatible. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net9.0-windows10.0.19041 net9.0-windows10.0.19041 is compatible. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-android34.0 net10.0-android34.0 is compatible. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-ios17.2 net10.0-ios17.2 is compatible. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-maccatalyst17.2 net10.0-maccatalyst17.2 is compatible. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. net10.0-windows10.0.19041 net10.0-windows10.0.19041 is compatible. |
This package is not used by any NuGet packages.
Showing the top 1 popular GitHub repositories that depend on Telerik.UI.for.Maui:
| Repository | Stars |
|---|---|
|
LanceMcCarthy/DevOpsExamples
A repo to show you how to use a private NuGet feed to restore packages in Azure DevOps, GitHub Actions, GitLab CI and AppCenter.
|