Hi there,
I’m currently using the DHTMLX Scheduler. I’m loading multiple data sources. I was wondering how you could make an individual data source read only, with the other editable.
scheduler.load(["/schedules/get_schedule_for_all.json","/schedules/get_all_time_away.json"], “json”);
Levi