Hello sir,
does it possible to do the same for the Docx Editor?
Thanks
Massimiliano
Just to be more detailed in this post, is there an example of the Document Editor control in a webview on a MAUI project?
Hi Rivetti,
We are currently reviewing your query based on the information provided. We will get back to you with further updates shortly.
Regards,
Sujitha S
Thanks!!!!!
Hi Rivetti,
Thank you for your patience.
You can integrate the DocumentEditor SDK into a .NET MAUI application. To help you get started quickly, we have prepared a sample MAUI application in which the SDK is successfully rendered within the WebView. The sample project is attached for your reference.
For detailed setup instructions, please follow documentation below:
Document Editor Blazor – Getting Stared with Blazor DocumentEditor Component | Syncfusion
Please review the provided details and let us know if you have any additional questions or need further assistance.
Regards,
Sujitha S
Thank you. I test it and I give you a feedback!
Hi, it works as I need! But I can see that the webview is reduced as in the picture below:
Even if I extend on the full screen, the document editor has a fixed vertical dimension. My use case is for a desktop application, how can I manage in order to see as I wish in the full screen?
And second question, The menu is in in English, there is a way to choice the language of the document editor menu?
Thanks!
Hi Rivetti,
We are currently reviewing your query based on the information provided. We will get back to you with further updates on February 6, 2026.
Regards,
Sujitha S
Hi Rivetti,
We are currently checking your query based on the information provided. We will get back to you with further updates on February 10, 2026.
Regards,
Akshaya
Hi Rivetti,
Thank you for your patience. To modify the height of the DocumentEditor container, you can use the height property and set the required value. Kindly refer to the sample code snippet below.
<SfDocumentEditorContainer @ref="container" EnableToolbar="true" Locale="es" Height="590px" Width="1200px"></SfDocumentEditorContainer> |
Regarding the language selection:
The Document Editor provides an option to change the language by setting the culture and locale properties. We have shared an updated sample in which the menu options are displayed in Spanish.
Please let us know if you require further assistance
Regards,
Sujitha S
Thanks, I test it and in case of need I ask again your support!
Best
Massimiliano
Hi, about the dimensions it work as I need, thanks!
About the language, I tried for both the lines in order to change to Italian language but it not works!
I tried in this way:
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("it-IT");
CultureInfo.DefaultThreadCurrentUICulture = new CultureInfo("it-IT");
and this:
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("it");
CultureInfo.DefaultThreadCurrentUICulture = new CultureInfo("it");
and this:
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("it-it");
CultureInfo.DefaultThreadCurrentUICulture = new CultureInfo("it-it");
but it show the menu always in English. Only with "es" it show it on Spanish.
Never mind! I found it!
I downloaded the SfResources.it.resx and it works!
Thanks!
Hi Rivetti,
We're glad to hear that the dimension issue is working as expected and that you were able to change the localization to Italian on your end.
If you need any further assistance with localization or have additional questions, please feel free to let us know.
Regards,
Sujitha S