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

Real Time Timeline with Grouping

2 Answers 65 Views
TimeLine
This is a migrated thread and some comments may be shown as answers.
Arıl
Top achievements
Rank 1
Arıl asked on 28 Feb 2013, 12:41 PM
Hi,

I'm trying to make a realtime timeline via binding. DurationItems are updating and everything seems fine and smooth. There is only one problem with it. When I set groups and give an extend mode, Everytime I update the timeline expanders close and I'm updating this timeline every second so it is not possible to view anything.

Any solution for this issue?

Thanks
Regards

2 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 28 Feb 2013, 05:03 PM
Hi Arıl,

You can expand all groups using implicit styles. This approach is demonstrated in our Selection online demo. Here is the implicit Style that you need:

<Style TargetType="telerik:TimelineItemGroupControl" BasedOn="{StaticResource TimelineItemGroupControlStyle}">
        <Setter Property="IsExpanded" Value="True" />
    </Style>
Regards,
Tsvetie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Amige
Top achievements
Rank 1
Veteran
answered on 25 Sep 2014, 06:24 PM
Hello Arıl,

I have a project where I am also making a realtime timeline, I wonder if I could ask you a few things about your project.

Regards,

Alberto
Tags
TimeLine
Asked by
Arıl
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Amige
Top achievements
Rank 1
Veteran
Share this question
or