Can you generate another ID name for the div container instead of id=“scheduler_here”
I am expecting a property like this
var sched = new DHXScheduler(this);
sched.Name("myCalendar");
Can you generate another ID name for the div container instead of id=“scheduler_here”
I am expecting a property like this
var sched = new DHXScheduler(this);
sched.Name("myCalendar");
Component allows to create only one scheduler per page, so what is the reason for custom container name?