Schedule print not working properly. ¿CSS problem?

Hello :

I have an Ionic/angular app with ej2-schedule component working properly. The only problem I have is when I try to print from schedule, the resulting document is completely broken:

I'm using ionic components as well, and to make the color match with them I have used Theme Studio for Essential JS2. I downloaded the scss file, imported in global.scss and is working fine in the rest of the application except for scheduler print.

If I add the styles in index.html with  <link rel='nofollow' href="//cdn.syncfusion.com/ej2/material.css" rel="stylesheet" />
and remove the import from global.scss is working properly but I lose the settings I made in Theme Studio :


So, I think is a lack of some additional styles I must to load apart of the generated with Theme Studio. Can you help me?

Thanks 

1 Reply 1 reply marked as answer

BS Balasubramanian Sattanathan Syncfusion Team April 27, 2021 03:24 PM UTC

Hi Vicente, 

Thanks for contacting Syncfusion Support. 

We have analyzed your reported scenario at our end and would suggest you convert the custom theme SCSS file(that you have generated through theme studio) to the CSS file and refer it to the index.html file to overcome the problem. 

Please let us know if you need further assistance. 

Regards, 
Balasubramanian S 


Marked as answer
Loader.
Up arrow icon