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

WPF RadDatePicker - Calendar disappears on selecting next/previous month

11 Answers 233 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
Ashish
Top achievements
Rank 1
Ashish asked on 05 Aug 2010, 10:01 PM
Hi,

I am using RadDateTimePicker control for my WPF app.

On clicking the calendar icon next to the data text box, the calendar shows up and I can select a date.
But when I hit next/previous to change month, the Calendar disappears and even after hitting the little calendar icon, the calendar doesn't show up ever again.

Here's the code that is being used on my WPF screen:

<telerik:RadDateTimePicker x:Name="editableStartDate" Width="100" Margin="0,1" IsTooltipEnabled="False" InputMode="DatePicker" SelectedValue="{Binding StartDate, Mode=TwoWay}" HorizontalAlignment="Left" VerticalAlignment="Top" Height="26" Grid.Row="2" Grid.Column="1" />

Am I doing something wrong here ? Please let me know.

thx,
Ashish


11 Answers, 1 is accepted

Sort by
0
Ashish
Top achievements
Rank 1
answered on 09 Aug 2010, 01:49 PM
Any thoughts?
0
Dani
Telerik team
answered on 09 Aug 2010, 02:10 PM
Hello Ashish,

Unfortunately we could not reproduce such behavior even with your code snippet. The problem most likely lies in your application outside the definition of DatePicker in XAML.

Please, send us a sample project illustrating the issue. If we can reproduce it, we will investigate what is causing it.

Kind regards,
Dani
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Ashish
Top achievements
Rank 1
answered on 09 Aug 2010, 02:56 PM
Thank you Dani,

Here is the complete code:

                <Grid >

                <Grid.ColumnDefinitions>
                    <ColumnDefinition Width="0.20*"/>
                    <ColumnDefinition Width="0.80*" />
                </Grid.ColumnDefinitions>
                    <Grid.RowDefinitions>
                        <RowDefinition Height="0.14*" />
                    </Grid.RowDefinitions>

                    <TextBlock Text="Start Date: " VerticalAlignment="Center" Margin="0,0,4.726,0" d:LayoutOverrides="Width" />
                    <telerik:RadDateTimePicker x:Name="editableStartDate" Width="100" Margin="0,1" IsTooltipEnabled="False" InputMode="DatePicker" SelectedValue="{Binding StartDate, Mode=TwoWay}" HorizontalAlignment="Left" VerticalAlignment="Top" Height="26" Grid.Column="1" />
                </Grid>

I am using trial version of Telerik WPF Rad controls and .NET 3.5

Please let me know your findings.

Thanks,
Ashish
0
Dani
Telerik team
answered on 10 Aug 2010, 08:54 AM
Hello Ashish,

Thank you for the code snippet, but I'm afraid it is rather insufficient for us to investigate the issue. It contains only a single Grid which is not relevant to the problem. Could you send us a running project ?

All the best,
Dani
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Hassan
Top achievements
Rank 1
answered on 23 Mar 2014, 11:39 PM
Hi,

I'm using RadDatePicker and facing same kind of problem during choosing year or month from the calander and then touching year or month it disappears calander rather than giving me option to choose date on tablet using touch. But when I select any date it's fine.

Looking forward of seeking your assistance regarding the issue.

Thanks,

Hassan
0
Alek
Telerik team
answered on 24 Mar 2014, 01:56 PM
Hello Hassan,

We tried to reproduce the behavior but we did not manage. 

Please, let us know the version of the controls you are using in your application. 
Also, it would of a great help if you can send us a sample project where the issue can be observed in order to investigate the case.

Regards,
Alek
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
0
Hassan
Top achievements
Rank 1
answered on 25 Mar 2014, 01:58 AM
Hi Alek,

I'm using version: 2013.2.724.45

Did you try with finger gesture rather than using any mose or ditizer pen. This is happens to me when use touch only and it happens during touching ant year or month from the calender but if I touch on any date it's fine.

Regards,

Hassan
0
Alek
Telerik team
answered on 25 Mar 2014, 09:21 AM
Hi Hassan,

We did not manage to reproduce the behavior using the dll versions you've posted in the forum thread. In the same versions we have had an issue with RadDatePicker and RadDateTimePicker which is matching with the case you're describing. The issue is fixed and it cannot be reproduced in the latest versions. Could you please download the latest official release and let us know do you still experience the same behavior?



Regards,
Alek
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
0
Hassan
Top achievements
Rank 1
answered on 27 Mar 2014, 05:45 AM
Hi Alek,

I'm not sure I could able to make you understand about the issue. Anyway, it's not previous or next month button. This is happened - on win 7 tablet using touch only - when you touch any month from calander say March - 2014 and then if you touch 2014, now if you touch on any month say Mar or Apr etc rather than keeping the calander open it closes the calander once you select month and this is the issue. What I want untill I touch any date it will not close the calander.

Regards,

Hassan
0
Alek
Telerik team
answered on 27 Mar 2014, 09:08 AM
Hello Hassan,

In the attached file you can find two videos. In the first one you can see the issue reproduced using the dll versions from your forum post. The second one is under the latest official release. The actions are the same, but the issue is fixed and you are able to reach the day view. 

Regards,
Alek
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
0
Hassan
Top achievements
Rank 1
answered on 28 Mar 2014, 12:46 AM
Hi Alek,

I updated with the latest dll and problem has been resolved. Thanks for your time and support, really appreciable :)

Regards,

Hassan
Tags
DatePicker
Asked by
Ashish
Top achievements
Rank 1
Answers by
Ashish
Top achievements
Rank 1
Dani
Telerik team
Hassan
Top achievements
Rank 1
Alek
Telerik team
Share this question
or