Hello,
I'm using a RadDateTimePicker because I need both date and time but I show only the date.
I want to know how to show in the center of the screen the popup that appears when I click on the icon to select a date (possibly in a responsive way).
Here is the XAML code of my RadDateTimePicker:
<telerik:RadDateTimePicker Grid.Column="1" Width="200" VerticalAlignment="Center" Margin="0, 0, 10, 0" InputMode="DatePicker" SelectedDate="{Binding Path=StartLashing,Mode=TwoWay}" />
The problem is that my calendar is not streched out, as you can see in the attached image, so I think that a solution could be to open it in the center of the screen to avoid this problem.