My requirement is: I initially load the scheduler without any resources. Then I open a ajax popup to select a few resources and on closing the popup, I want to update the scheduler data, using ajax.
Is it possible?
You can use the client-side API to modify the .resources array:
http://api.daypilot.org/daypilot-scheduler-resources/
Then call .update() to refresh the scheduler:
http://api.daypilot.org/daypilot-scheduler-update/