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

RadTimeline Customize Styles

1 Answer 133 Views
TimeLine
This is a migrated thread and some comments may be shown as answers.
Kyle
Top achievements
Rank 1
Kyle asked on 17 Aug 2018, 04:56 PM

I am trying to customize the RadTimeline Control Template, however, when I simply Edit Template -> Edit a Copy the style that is created has an error without any modification.  How can I fix this? I think it could be an assembly issue, if so how can I link to the correct assembly? Thanks.

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 21 Aug 2018, 12:12 PM
Hi Kyle,

Thank you for the provided picture.

The reason behind this exception is that VS doesn't extract the SelectionRange property of the TimelineScrollBar correctly. Can you try to remove the setter of this property from the XAML template?
<!-- <telerik:TimelineScrollBar.Selection>
    <telerik:SelectionRange`1 End="1" Start="0"/>
</telerik:TimelineScrollBar.Selection> -->

If that does not help you can try manually extract the default template of the RadTimeline control. You can take a look at the Editing Control Templates for more information.

Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
TimeLine
Asked by
Kyle
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or