Word Processor Styling of properties panes in 18.4


Hello

I am getting styling issues with the WordProcessor control:

       <SfDocumentEditorContainer @ref="container" Height="590px">
                <DocumentEditorContainerEvents Created="OnCreated" DocumentChanged="OnDocumentChange"></DocumentEditorContainerEvents>
            </SfDocumentEditorContainer>

The properties pane is displaying at the bottom rather than the right hand side and the styling is messed up:




4 Replies 1 reply marked as answer

DI Ditchford December 19, 2020 04:40 AM UTC

Example attached

Attachment: SyncfusionTroubleshoot_50f0d9cf.zip


HC Harini Chellappa Syncfusion Team December 21, 2020 09:47 AM UTC

Hi Richard, 

Syncfusion Greetings! 

We have checked the reported scenario. 

From Vol 4 release [18.4.0.30], we have provided individual NuGet packages for components, including themes. 



Syncfusion.Blazor.Themes is a dependent package for Syncfusion.Blazor.Core NuGet, which is a dependent for all component packages. 

Kindly check the below documentation. 


Hence styles can be directly referred from themes “Syncfusion.Blazor.Themes” folder as below. 

<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/material.css" rel="stylesheet" /> 

Please find the updated sample from below link. 


kindly check it and let us know if you have any questions. 

Regards, 

Harini C 


Marked as answer

DI Ditchford December 22, 2020 12:05 AM UTC

Hello

Great, thank you.  That works


HC Harini Chellappa Syncfusion Team December 22, 2020 06:16 AM UTC

Hi Richard, 
 
Welcome!  
 
Thank you for the update. 
 
Regards, 
 
Harini C 


Loader.
Up arrow icon