Completed
Last Updated: 21 Sep 2021 12:37 by ADMIN
Release LIB 2021.3.927 (27 Sep 2021)
Martin Ivanov
Created on: 17 Sep 2021 08:17
Category: TimeLine
Type: Bug Report
1
Timeline: ItemTemplateSelector Xaml setting doesn't work when the control is placed in a DataTemplate

If the RadTimeline control is placed in a DataTemplate and the ItemTemplateSelector property is set in XAML, the selector is never used.

This is not reproducible if the RadTimeline control is not in a DataTemplate.

To work this around set the ItemTemplateSelector property in code-behind, after the RadTimeline control is initialized. You can use the Loaded event of the control.

0 comments