appointmentSettings - another datasource

Good afternoon.

How can I load a datasource of a scheduler after having loaded the object or call another different datasource?

I would need something similar to the one I run with the grids: $ ("# gridItem"). EjGrid ("dataSource", JSON.parse (data)); but for the property: appointmentSettings

1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team January 30, 2019 04:41 AM UTC

 
Thank you for contacting Syncfusion support. 
 
 
   scheduleObj.eventSettings.dataSource = filteredData; 
   scheduleObj.dataBind(); 
 
 
$("#Schedule1").ejSchedule("option", "appointmentSettings.dataSource", object); 
 
 
Regards, 
Karthigeyan 
 
 
 


Loader.
Up arrow icon