- Home
- Forum
- ASP.NET Core - EJ 2
- Branched from 197668 - Document Editor SDK in a .NET MAUI
Branched from 197668 - Document Editor SDK in a .NET MAUI
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
Attachment: MauiApp1_DocxEditor_fe4740ea.zip
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
Attachment: MauiApp1_55466312.zip
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
Hi,
after few weeks of testing, I moved the Document Editor inside my project where I've a License for the Essential Studio, but when I installed this Nuget packet on that project:
Syncfusion.Blazor.WordProcessor
This action changed the version also of the Syncfusion.Licensing to a prior version. So I updated back the licensing to the v 33.2.5 but since then it started on my application to remind me when I open for example a page with the SfRichTextEditor, to purchase a license (Pic1.png) and when I open a page with the SfDocumentEditor (inside a Blazor webview), to purchase a license (Pic2.png). What I do wrong? Maybe should I've to purchase an additional license?
Thanks!
Massimiliano
Attachment: Pictures_a3fb37d1.png
Never mind, I solved about the license!!!
Now I wish to work a little bit on the Editor:
- Is possible to manage the toolbar in order to show only some of the controls exposed by default on the DocEditor?
- Is possible to change the translation done inside the file SfResources.it.resx?
Hi Rivetti,
Regarding your query: Is it possible to customize the toolbar to show only selected controls in the Document Editor?
Yes, the toolbar of the Document Editor can be customized to display only the required items. We have created a sample demonstrating this customization and shared it with you.
For more details,
please refer to the documentation below:
Customize
the Toolbar in Blazor DocumentEditor Component | Syncfusion
Regarding your query: Is it possible to modify the translations in the SfResources.it.resx file?
Based on your requirement, we understand that you would like to modify the localized values used in the Document Editor. This can be achieved by updating the corresponding entries in the SfResources.it.resx file.
We have included an example in the attached sample showing how to modify the localized value for ‘Comments’. Please refer to the provided screenshot for guidance.
If the above information does not fully address your requirement, kindly share more details about your requirement and use case. This will help us analyze it further and provide a more suitable solution.
Regards,
Akshaya
Attachment: MauiApp1_824f9b53.zip
- 16 Replies
- 3 Participants
-
RM Rivetti Massimiliano
- Feb 2, 2026 08:32 AM UTC
- May 13, 2026 10:05 AM UTC