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

The property 'ClockPanel' does not exist on the type 'RadTimePicker' in the XML namespace

7 Answers 116 Views
TimePicker
This is a migrated thread and some comments may be shown as answers.
Ivan Paul
Top achievements
Rank 1
Ivan Paul asked on 17 Mar 2011, 06:59 AM
Hi there,

I have installed the latest version of telerik radcontrols for silverlight i.e. Q1 2011. I have upgraded my project with the latest binaries and i have started getting the below error.

The property 'ClockPanel' does not exist on the type 'RadTimePicker' in the XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'.

Below is my code which use to work with Q3 2010

<

 

 

telerik:RadTimePicker Grid.Row="1" Grid.Column="1" x:Name="TpSunFrom" StartTime="0:0:0" TimeInterval="0:15:0" EndTime="23:59:0" Width="100" Culture="en-US" HorizontalAlignment="Left" VerticalAlignment="Center">

 

 

 

 

<telerik:RadTimePicker.ClockPanel>

 

 

 

 

<ItemsPanelTemplate>

 

 

 

 

<telerik:RadUniformGrid Columns="2"/>

 

 

 

 

</ItemsPanelTemplate>

 

 

 

 

</telerik:RadTimePicker.ClockPanel>

 

 

 

 

</telerik:RadTimePicker>

 


Thank you,
Ivan Paul

7 Answers, 1 is accepted

Sort by
0
Allen
Top achievements
Rank 2
Iron
Veteran
answered on 17 Mar 2011, 05:53 PM
Me too.  Cannot build the TimePicker example project FOR WPF . 

 <telerik:RadTimePicker x:Name="RadTimeStylingPicker" Width="200" DateTimeWatermarkContent="Enter time">
                <telerik:RadTimePicker.ClockPanel> <<<<< Where is this property?
                    <ItemsPanelTemplate>
                        <telerik:RadUniformGrid Columns="5" />
                    </ItemsPanelTemplate>
                </telerik:RadTimePicker.ClockPanel>
            </telerik:RadTimePicker>
0
Tanguy Detroz
Top achievements
Rank 1
answered on 20 Mar 2011, 12:01 AM
Same problem, since i install Q1 2011 :
The property 'ClockPanel' was not found in type 
'Telerik.Windows.Controls.RadTimePicker'.
0
Accepted
Konstantina
Telerik team
answered on 21 Mar 2011, 01:50 PM
Hello all,

The property was marked obsolete in Q3 and now for Q1 2011 is deleted. To set it you will have to use the ClockStyle, like so:

<telerik:RadTimePicker>
    <telerik:RadTimePicker.ClockStyle>
        <Style TargetType="telerik:RadClock">
            <Setter Property="ItemsPanel">
                <Setter.Value>
                    <ItemsPanelTemplate>
                    </ItemsPanelTemplate>
                </Setter.Value>
            </Setter>
        </Style>
    </telerik:RadTimePicker.ClockStyle>
</telerik:RadTimePicker>

Please let us know if you have further questions.

Regards,
Konstantina
the Telerik team
0
Jan
Top achievements
Rank 1
answered on 07 Dec 2011, 03:04 PM
Please update your documentation
0
Konstantina
Telerik team
answered on 13 Dec 2011, 04:07 PM
Hi Jan,

Thank you for bringing this to our attention.

The help article is updated and it will be live next week.

Greetings,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Allen
Top achievements
Rank 2
Iron
Veteran
answered on 13 Dec 2011, 04:29 PM
Have you fixed the downloadable examples as well?  It seems to me like those should compile and run flawlessly assuming the consonant revision of Telerik is installed.  Shouldn't require the end user to screw around to get them to compile.
0
Konstantina
Telerik team
answered on 15 Dec 2011, 01:03 PM
Hello Allen,

Could you please share with us what kind of difficulties do you experience with the examples? If you could give us some more details about the problems it will be really helpful for resolving them.

Looking forward to your reply.

Regards,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
TimePicker
Asked by
Ivan Paul
Top achievements
Rank 1
Answers by
Allen
Top achievements
Rank 2
Iron
Veteran
Tanguy Detroz
Top achievements
Rank 1
Konstantina
Telerik team
Jan
Top achievements
Rank 1
Share this question
or