Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > TimePicker > The property 'ClockPanel' does not exist on the type 'RadTimePicker' in the XML namespace

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

Feed from this thread
  • Ivan Paul avatar

    Posted on Mar 17, 2011 (permalink)

    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

    Reply

  • Allen avatar

    Posted on Mar 17, 2011 (permalink)

    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>

    Reply

  • Tanguy Detroz avatar

    Posted on Mar 19, 2011 (permalink)

    Same problem, since i install Q1 2011 :
    The property 'ClockPanel' was not found in type 
    'Telerik.Windows.Controls.RadTimePicker'.

    Reply

  • Answer Konstantina Konstantina admin's avatar

    Posted on Mar 21, 2011 (permalink)

    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

    Reply

  • Jan avatar

    Posted on Dec 7, 2011 (permalink)

    Please update your documentation

    Reply

  • Konstantina Konstantina admin's avatar

    Posted on Dec 13, 2011 (permalink)

    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 >>

    Reply

  • Allen avatar

    Posted on Dec 13, 2011 (permalink)

    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.

    Reply

  • Konstantina Konstantina admin's avatar

    Posted on Dec 15, 2011 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > TimePicker > The property 'ClockPanel' does not exist on the type 'RadTimePicker' in the XML namespace
Related resources for "The property 'ClockPanel' does not exist on the type 'RadTimePicker' in the XML namespace"

Silverlight TimePicker Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]