Rich text editor in .Net MAUI

Hello SF,

I have been using SfRichTextEditor in Xamarin Forms.

But cannot find the equivalent control from SyncFusion for .Net MAUI.

Let me know when it will be available as the support for Xamarin Forms is soon going to end in 2024.

Regards,
Gautam Jain


8 Replies

BV Brundha Velusamy Syncfusion Team November 30, 2023 03:32 PM UTC

Hi Gautam,

 

At present , We don't have the plan to implement the RichTextEditor control in .NET MAUI. We recommend using the Syncfusion Blazor RichTextEditor component for the .NET MAUI application by utilizing the .NET Maui Blazor project template.

 

For more information, please refer to the KB link provided below:

KB Link: https://support.syncfusion.com/kb/article/13845/how-to-get-started-with-syncfusion-blazor-richtexteditor-with-maui-controls-in-net-maui-application

 

Please refer below ug link for blazor SfRichTextEditor.

UG link:  https://blazor.syncfusion.com/documentation/rich-text-editor/getting-started

 

Regards,

Brundha V



GJ Gautam Jain December 3, 2023 03:27 PM UTC

Thanks Brundha,


I saw the links you shared. The links show how to use the rich text editor  in a razor file.


How would I use the same Blazor rich text editor inside Xaml pages (Android and iOS Xaml pages). Kindly provide example or sample project.



AJ AhamedAliNishad JahirHussain Syncfusion Team December 4, 2023 02:41 PM UTC

Hi Gautam,

 

We have reviewed your query and would like to inform you that there is no direct support for integrating the Blazor rich text editor into XAML pages within the .NET MAUI application using the .NET Maui Blazor project template. Please feel free to reach out if you have any further queries.

 

Regards,

Ahamed Ali Nishad.



GJ Gautam Jain February 29, 2024 03:30 AM UTC


I have implemented Syncfusion Blazor RichTextEditor in my hybrid MAUI app.


So I have a xaml page with BlazorWebView which in turn implements SfRichTextEditor.


Now I don't know how to set the communication and data channel between my xaml code and SfRichTextEditor. Meaning, I want to set/get the text inside SfRichTextEditor and handle button click event both sides (SfRichTextEditor and xaml code).


Please guide.



GJ Gautam Jain February 29, 2024 04:46 PM UTC

Thanks. I could achieve it using the below links:


For JS (razor) to Xaml C# - fairking's reply here https://github.com/dotnet/maui/issues/6446

For Xaml C# to JS (razor) - https://stackoverflow.com/questions/74208162/using-a-blazorwebview-how-to-call-a-c-sharp-method-inside-index-razor-file



PR Preethi Rajakandham Syncfusion Team March 1, 2024 06:25 AM UTC

Hi Gautam Jain,

We are happy to hear that the problem has been resolved. Please let us know if you need further assistance. As always, we are happy to help you out. 

Regards,

Preethi R



JJ Juan Jiminez replied to Gautam Jain July 24, 2025 09:15 PM UTC

Hi  Gautam,


I'm trying to achieve communication between BlazorWebView and C# but I haven't been able to do it with the links you provided, may you share your piece of code relevant to this?


thanks in advance



GJ Gautam Jain July 25, 2025 03:45 AM UTC


There is lot of wiring here. So multiple piece of code. It would be nice if you can share what you have done. Then I can review and suggest.



Loader.
Up arrow icon