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

RadClock itemssource binding doesnt work

1 Answer 77 Views
DateTimePicker
This is a migrated thread and some comments may be shown as answers.
Annett
Top achievements
Rank 1
Annett asked on 02 Feb 2012, 10:01 AM
Hi,

I implement the radclock control like the examples. It works. But i need to bind the ObservableCollection<timespan> to itemssource instead to set it in the constructor. The binding do not work.

Here my binding.
<telerik:RadClock x:Name="clock" Width="260" HorizontalAlignment="Center" VerticalAlignment="Center" Grid.Column="3" Grid.Row="0" Grid.RowSpan="6"
                          ItemsSource="{Binding Times}"/>
       

         public ObservableCollection<TimeSpan> Times
        {
            get { return LoadDataObjects(); }
        }

 

What is wrong?

Thanks
Annett

1 Answer, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 07 Feb 2012, 01:02 PM
Hi,

We successfully reproduced this issue at our side. We will do our best to fix it for one of the upcoming releases.

Kind regards,
Ivo
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
DateTimePicker
Asked by
Annett
Top achievements
Rank 1
Answers by
Ivo
Telerik team
Share this question
or