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

DatePicker : Date Selector and PopupHeader do not appear

1 Answer 122 Views
DatePicker and DateSelector
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
F. Oguz
Top achievements
Rank 1
F. Oguz asked on 14 Mar 2012, 03:01 PM
Hi,
In my WP7 project, i'm using RadDatePicker in a page and it works fine. And its XAML code is below:

<telerikcontrol:RadDatePicker
    x:Name="dpEndDate"
    DisplayValueFormat="{}{0:dd, MMMM, yyyy}"
    EmptyContent="Select end date"
    Margin="64,49,64,51"
    VerticalAlignment="Stretch"
    ValueChanged="dpEndDate_ValueChanged"
    SelectorFormat="d/m/y"/>

And its screen shots (on dark and light theme) are attached (works-dark.png, works-light.png).

But in the same project and another page, i added a new RadDatePicker to my layout  its Date Selector and PopupHeader don't appear when i clicked it. Its XAML code is below:

<telerikcontrol:RadDatePicker
    x:Name="dpDate"
    DisplayValueFormat="{}{0:dd, MMMM, yyyy}"
    EmptyContent="Select date"
    Margin="64,42,64,58"
    VerticalAlignment="Stretch"
    SelectorFormat="d/m/y"/>

And screenshots (on dark and light theme) are attached (does-not-work-dark.png, does-not-work-light.png).

In code side i did not add extra property but is doesn't work correctly.

On the other hand, when i clicked "ok" or "cancel" buttons, they are working (setting todays date or cancelling).

Does anybody have a suggestion about this issue? Thanks for now.

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 15 Mar 2012, 10:26 AM
Hi F. Oguz,

Based on the screenshots and the XAML snippets we cannot say why you are experiencing this undesired behavior.

In order to be able to help, we will need a sample WP app that reproduces the case so that we can directly take a look at it and see what happens.

To be able to upload your sample app, you will need to open a new support ticket.

Regards,
Deyan
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
DatePicker and DateSelector
Asked by
F. Oguz
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or