Dear support,
I need to represent hierarchical data. The presentation is similar to a Gantt chart, but in which instead of the graphics for the resources, columns with hour values (more than 24 columns) are displayed. Within these numerical values I can scroll horizontally. In addition to this I need two columns with a summary of each row on the right side.
That is why I am planning two or three TreeListViews to place side by side: the left displays the hierarchy (projects, subprojects, tasks, developers, ...) and the right one(s) displays the hour values and the summaries.
According to the thread "Scrolling two Grids" (http://www.telerik.com/forums/scrolling-two-grids-f949e02b84ab) I have to synchronize the vertical scrolling and the expanding/collapsing of hierarchical rows of two ore more TreeListViews.
How do I achieve this?
Thanks in advance
Marcus