This is a migrated thread and some comments may be shown as answers.

Scrolling/Expanding two TreeListView's

2 Answers 51 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Marcus
Top achievements
Rank 1
Marcus asked on 23 Sep 2015, 07:13 AM

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

 

2 Answers, 1 is accepted

Sort by
0
Marcus
Top achievements
Rank 1
answered on 24 Sep 2015, 07:52 AM

After a good meal and a cold beer I have found an solution for my problem.

For the vertical scrolling I am using the mentioned hint in the link to the RadGrid-forum.

For the synchronous opening of nodes I am using the IsExpandedBinding property

Marcus

0
Martin
Telerik team
answered on 24 Sep 2015, 12:51 PM
Hi Marcus,

I am glad to see that you have found a solution for the problem.
If further assistance is needed, please feel free to get back to us.

Regards,
Martin Vatev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
TreeListView
Asked by
Marcus
Top achievements
Rank 1
Answers by
Marcus
Top achievements
Rank 1
Martin
Telerik team
Share this question
or