You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before proceeding, ensure the following are set up:
252
+
253
+
1. Ensure you have the latest version of JetBrains Rider.
254
+
2. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or later is installed.
255
+
3. Make sure the MAUI workloads are installed and configured as described [here.](https://www.jetbrains.com/help/rider/MAUI.html#before-you-start)
256
+
257
+
## Step 1: Create a new .NET MAUI Project
258
+
259
+
1. Go to **File > New Solution,** Select .NET (C#) and choose the .NET MAUI App template.
260
+
2. Enter the Project Name, Solution Name, and Location.
261
+
3. Select the .NET framework version and click Create.
262
+
263
+
## Step 2: Install the Syncfusion<sup>®</sup> MAUI RichTextEditor NuGet Package
264
+
265
+
1. In **Solution Explorer,** right-click the project and choose **Manage NuGet Packages.**
266
+
2. Search for [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core) and install the latest version.
267
+
3. Ensure the necessary dependencies are installed correctly, and the project is restored. If not, Open the Terminal in Rider and manually run: `dotnet restore`
268
+
269
+
## Step 3: Register the handler
270
+
271
+
Syncfusion.Maui.Core nuget is a dependent package for all Syncfusion<sup>®</sup> controls of .NET MAUI. In the **MauiProgram.cs** file, register the handler for Syncfusion<sup>®</sup> core.
Step 2: Add the [SfRichTextEditor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html) control with a required optimal name using the included namespace.
0 commit comments