Appointments missing on mobile

Hi, i have ptoblems with the scheduler on mobile, some appointments are missing or being moved to a different date.
Is there any settings that i have to do? to get the same results as on PC?

this is on PC



this is mobile



3 Replies

BS Balasubramanian Sattanathan Syncfusion Team January 27, 2021 06:23 AM UTC

Hi Huntsman, 

Greetings from Syncfusion Support. 

We have checked and tried to reproduce your reported problem in the below sample. But unfortunately, we were unable to reproduce it at our end. Since the appointments are rendered properly in the UI for both desktop and mobile mode. 


So, kindly try to reproduce your problem in the above sample and share the issue replication steps or share a sample that illustrates the problem which would help us to provide the solution at the earliest. 

Regards, 
Balasubramanian S 



HU huntsman January 27, 2021 01:17 PM UTC

Super confused on why the calendar is displaying this appointment on 2 March when you can clearly see that no such StartTime is being provided in dataSource





BS Balasubramanian Sattanathan Syncfusion Team January 28, 2021 06:10 AM UTC

Hi Huntsman, 

Thanks for the reply. 

We have tried to validate your reported scenario at our end. But unfortunately, we were unable to validate with your shared details. So kindly share the below details to proceed further. 
  • Share the scheduler related code snippet with dataSource list
  • Use the below code snippet at your end and check whether the appointments are rendered properly in the UI or not
  • Try to replicate your problem in the below sample and share replication steps if the problem is not resolved.
onDataBound() { 
  let scheduleObj: any = (document.querySelector('.e-schedule') as EJ2Instance).ej2_instances[0]; 
  // Using below code, you can see the rendered appointments in the Scheduler 
  console.log(scheduleObj.eventsData); 
} 


Please let us know if you need further assistance. 

Regards, 
Balasubramanian S 


Loader.
Up arrow icon