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

RadDatePicker format changing

5 Answers 146 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Sandhya
Top achievements
Rank 1
Sandhya asked on 11 May 2012, 10:02 AM
Hello,

The date selected into the RadDatePicker in format of 11/05/2012 and after getting the output which was coded in RadDatePicker1_SelectedDateChanged,the displayed date changes to 2012-05-11-00-00-00 and then goes back to11/05/2012. This causes a flicker issue in the field.Could I get Solution for this to overcome the flickering effect?

I reffered the below link related to this issue but couldn't find the solution.
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/raddatepicker-format-switiching-on-button-click.aspx

My Code is as below:
<telerik:RadDatePicker ID="RadDatePicker1" runat="server" AutoPostBack="true" OnSelectedDateChanged="RadDatePicker1_SelectedDateChanged"
                       ShowPopupOnFocus="true">
                   </telerik:RadDatePicker>
protected void RadDatePicker1_SelectedDateChanged(object sender, Telerik.Web.UI.Calendar.SelectedDateChangedEventArgs e)
    {
        GetApptData();
        lblPSelectedDate.Text = RadDatePicker1.SelectedDate.Value.ToShortDateString();
    }

5 Answers, 1 is accepted

Sort by
0
Sandhya
Top achievements
Rank 1
answered on 15 May 2012, 10:13 AM
Could anyone Please help on this?
0
Milena
Telerik team
answered on 15 May 2012, 11:00 AM
Hello Sandhya,

We are aware of this issue and our developers will ensure a proper fix for it in the next official release - Q2 2012 of RadControls( beta version will be released on 22 of May and the official version on 6 of June).

Greetings,
Milena
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Sandhya
Top achievements
Rank 1
answered on 15 May 2012, 01:00 PM
Thanks Milena!
0
Rafael
Top achievements
Rank 1
answered on 29 Aug 2012, 08:53 PM
I'm using the last version (Telerik.Web.UI_2012_2_724_Dev), but when I use the RadDatePicker the format doesn't work. How can I solve this problem?
0
Milena
Telerik team
answered on 03 Sep 2012, 02:46 PM
Hello,

I tried to reproduce the issue, but no avail. You can see below the code, which I used for testing :

  <telerik:RadDatePicker runat="server" ID="RadDatePicker1">
<DateInput DateFormat="yyyy/MMM"></DateInput>
</telerik:RadDatePicker>

Please review it and let me know what I am missing in replicating the issue.

Kind regards,
Milena
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Calendar
Asked by
Sandhya
Top achievements
Rank 1
Answers by
Sandhya
Top achievements
Rank 1
Milena
Telerik team
Rafael
Top achievements
Rank 1
Share this question
or