Hi sir,
can any one tell me how to refresh the page when i select the any date on the calender in dhtmlx scheduler? i am using tree time line scheduler and data should be loading through xml.
Thanks and Regards
Sumit
You can always reload data by using
scheduler.clearAll()
scheduler.load("data.xml")