or
<telerik:GridViewDataColumn.CellEditTemplate> <DataTemplate> <TextBox Text="{Binding Path=., Mode=TwoWay, Converter={StaticResource NamespaceConverter}}" /> </DataTemplate> </telerik:GridViewDataColumn.CellEditTemplate><DataGridTemplateColumn.CellEditingTemplate> <DataTemplate> <TextBox Text="{Binding Path=., Mode=TwoWay, Converter={StaticResource NamespaceConverter}}" /> </DataTemplate> </DataGridTemplateColumn.CellEditingTemplate><Style TargetType="{x:Type telerik:RadTreeViewItem}"> <Setter Property="ShowLoadingAnimation" Value="{Binding IsLoading}" /></Style>AreWeekNamesVisible
orAreWeekNumbersVisible
Also setting the HeaderContent on the TimePicker control doesn't work. SelectedTimeChanged event also never seems to fire.
Something I'm doing wrong or broken? Seemed to work in the previous build we were using..