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

Display child tasks in timeline

3 Answers 72 Views
TimeLine
This is a migrated thread and some comments may be shown as answers.
Kenny
Top achievements
Rank 1
Kenny asked on 04 Jun 2014, 09:51 AM
Hi Telerik,

I'm successfully using the Gantt chart for creating a planning tool.
What I would like to use now is the timeline. I've used databinding for binding my TasksCollection to the timeline's itemsource and this works, as long as my GanttTasks have no children. The children are not shown in the timeline.

IS there a way to solve this, so that also the children get plotted on the TimeLine?

Kind regards

3 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 05 Jun 2014, 04:38 PM
Hi Kenny,

RadTimeline for WPF does not support hierarchical data. The feature that comes close to this feature, but only when there is one-level-deep hierarchy is the Grouping feature. You can check our Grouping demo for a quick overview of the grouping feature - the demo is SL, but our SL and WPF demos share code. You can download our WPF demos from here.

Regards,
Tsvetie
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Kenny
Top achievements
Rank 1
answered on 05 Jun 2014, 05:26 PM
Hmm,

I guess the only way then is to have an AllTasks collection and try to stay synced with every tasks childcollection....?
0
Tsvetie
Telerik team
answered on 06 Jun 2014, 02:03 PM
Hi Kenny,

Indeed, in case you have only one level hierarchy, this approach should work for you.

Regards,
Tsvetie
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
TimeLine
Asked by
Kenny
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Kenny
Top achievements
Rank 1
Share this question
or