We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon