loading data for timeline tree view

Is there a way to dynamically load data for the timeline tree view for the Y axis? With help of <coll_options> in the XML file maybe? Which format should the XML have in that case?

Today I have in XML:

<event> .... </event> <coll_options for="personlist"> <item value="1" label="Kent"/> <item value="2" label="Per"/> </coll_options>

and then at the scheduler side:

var persons  = scheduler.ServerList("personlist")

But I’m not sure how send data dynamically to timeline tree view which has the hierarchical format with one level more for the Y axis. For example persons within a team.

Hello,

Unfortunately for now dhtmlxConnectors can’t help with loading tree timeline structure.

Kind regards,
Ilya

Ok thx. I sent the data through a c# classobject instead.