Hi,
if you define timeline sections with scheduler.serverList, you could update them whenever it’s needed:
[code]var sections = […];
//wrap sections into the ‘serverList’ instead of passing them directly to the timeline
scheduler.serverList(‘timelineList’, sections);
scheduler.createTimelineView({
…
y_unit:scheduler.serverList(‘timelineList’)
});
[/code]when item is checked/unchecked in the tree, timeline sections can be filtered and updated the following wayvar newSections = ...get array of checked sections;
scheduler.updateCollection('timelineList', newSections);
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan