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
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:
Please refer below ug link for blazor SfRichTextEditor.
UG link: https://blazor.syncfusion.com/documentation/rich-text-editor/getting-started
Regards,
Brundha V
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.
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.
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.
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
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
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
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.