This question is locked. New answers and comments are not allowed.
Hi,
In my WP7 project, i'm using RadDatePicker in a page and it works fine. And its XAML code is below:
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:
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.
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.