Good day!
I'm trying to refresh a scheduler every 5 minutes on the client-side by calling the rebind() method. But I need to pass an additional parameter to the SchedulerInfo argument of the web service, and I'm doing this through the OnClientAppointmentsPopulating handler, but it seems that this does not get raised when calling rebind(), even though I have set the
I'm trying to refresh a scheduler every 5 minutes on the client-side by calling the rebind() method. But I need to pass an additional parameter to the SchedulerInfo argument of the web service, and I'm doing this through the OnClientAppointmentsPopulating handler, but it seems that this does not get raised when calling rebind(), even though I have set the
ResourcePopulationMode to
SchedulerResourcePopulationMode.ClientSide. Why is this so?
Thanks.