Hello.
I have a pop up on my page where I can do some insert operations to my database. How can I refresh my scheduler after I make them ? Preferably with the same Dates visible ?
Hello.
I have a pop up on my page where I can do some insert operations to my database. How can I refresh my scheduler after I make them ? Preferably with the same Dates visible ?
Hi,
you can use client-side API for that
JS:
scheduler.clearAll();
scheduler.load('urlToData','json');
docs.dhtmlx.com/scheduler/api__s … _load.html
docs.dhtmlx.com/scheduler/api__s … arall.html