I am using the day view and ordering by resource. It appears that the headers are showing up in a random order. Sometimes the resource is on top, sometimes it's the date. I have attached a screen shot of the issue.
This is the XAML for my day view
This is the XAML for my day view
<telerik:DayViewDefinition VisibleDays="{Binding DataContext.VisibleDays, ElementName=Schedule}" MajorTickLength="1h" MinorTickLength="{Binding DataContext.Interval, ElementName=Schedule}" DayStartTime="{Binding DataContext.DayStartTime, ElementName=Schedule}" DayEndTime="{Binding DataContext.DayEndTime, ElementName=Schedule}" TimerulerMajorTickStringFormat="{}{0:h t}" TimerulerMinorTickStringFormat="{}{0:mm}" />