Schedule duplicating on screen

Adding a <EjsSchedule /> to a razor component results in the displaying this week on both sides and when changing the view, it only updates the right hand side. I am trying to get the schedule to fill the whole page and not be duplicated



1 Reply

AK Alagumeena Kalaiselvan Syncfusion Team February 17, 2020 08:32 AM UTC

Hi Brendon, 

Greetings from Syncfusion support! 

We have validated your reported issue “Schedule duplicating on screen” and we suspect that issue may occur due to the reference of the oldest scripts in your project. So, we suggest you use our latest min, interop and CSS files to overcome this issue. Refer below code in your ~/_Host.cshtml file 
 
 
<link rel='nofollow' href="https://cdn.syncfusion.com/ej2/17.4.49/material.css" rel="stylesheet" /> 
<script src="https://cdn.syncfusion.com/ej2/17.4.49/dist/ej2.min.js"></script> 
<script src="https://cdn.syncfusion.com/ej2/17.4.49/dist/ejs.interop.min.js"></script> 

Kindly get back to us, If you need further assistance. 

Regards 
Alagumeena.K 


Loader.
Up arrow icon