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

changing date in RadDatePicker is different when postback occurs

4 Answers 128 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
DeveloperX
Top achievements
Rank 1
DeveloperX asked on 18 Oct 2010, 01:03 AM
1. I change the date by highlighting the last 2 number of the year (using the mouse) e.g. "10" in 4/10/2010
2. i change the values to another year(using keyboard). e.g. 07
3. Click on the button to post back
4. In debug mode when i have clicked the button the selected date value shows the last date that was entered into the calendar.

Try doing this same process a couple of times if it doesn't do it the first time.

Is this a know bug?

Browser - IE8 8.0.6001.18702, (firefox 3.6.10 seems to be ok)

Calendar -

<telerik:RadDatePicker ID="StartRange" Runat="server">
                                <Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x"></Calendar>
                                <DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>
                                <DateInput DisplayDateFormat="d/MM/yyyy" DateFormat="d/MM/yyyy"></DateInput>
                            </telerik:RadDatePicker>

Button - <asp:Button ID="btnView" runat="server" Text="View" Width="80px" onclick="btnView_Click" />

4 Answers, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 19 Oct 2010, 12:36 PM
Hello,

I tried to replicate the issue which you described, but to no avail.
Attached to this message, you will find the code which I used for testing.

Please, take a look at it and let me know if there are any differences at your end, which I may be leaving out.

Greetings,
Mira
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
DeveloperX
Top achievements
Rank 1
answered on 20 Oct 2010, 10:50 PM
- The page belongs to a master page.
-  I also have ajax setup for the button.

 <telerik:RadAjaxManagerProxy  ID="AjaxManager" runat="server" >
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="btnView">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="GraphControl" />
                    <telerik:AjaxUpdatedControl ControlID="PrintGraph" />
                    <telerik:AjaxUpdatedControl ControlID="PrintData" />
                    <telerik:AjaxUpdatedControl ControlID="grdRawData" />
                    <telerik:AjaxUpdatedControl ControlID="grdMeters" />
                    <telerik:AjaxUpdatedControl ControlID="lbConsentPurpose" />
                    <telerik:AjaxUpdatedControl ControlID="lbConsentID" />
                    <telerik:AjaxUpdatedControl ControlID="IrrigationMeterEntry" />
                    <telerik:AjaxUpdatedControl ControlID="FrostMeterEntry" />
                    <telerik:AjaxUpdatedControl ControlID="LastUpdate" />
                    <telerik:AjaxUpdatedControl ControlID="DataLastUpdate" />
                    <telerik:AjaxUpdatedControl ControlID="GraphLastUpdate" />
                    <telerik:AjaxUpdatedControl ControlID="WaterMeterLastUpdate" />
                    <telerik:AjaxUpdatedControl ControlID="ConsentLastUpdate" />                             
                </UpdatedControls>
            </telerik:AjaxSetting>
 <telerik:RadAjaxManagerProxy
0
Mira
Telerik team
answered on 26 Oct 2010, 08:30 AM
Hello,

Based on the supplied information, I cannot see an obvious reason for the described issue.
If it persists, please open a formal support ticket and send us a small working project, demonstrating your full setup and showing the unwanted behavior.
We will debug it locally and get back to you.

Thank you in advance for the cooperation.

Kind regards,
Mira
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
DeveloperX
Top achievements
Rank 1
answered on 31 Oct 2010, 09:24 PM
I will leave it for now as i don't have the time to do this just yet.
I'll come back to it at a later time.
Tags
Calendar
Asked by
DeveloperX
Top achievements
Rank 1
Answers by
Mira
Telerik team
DeveloperX
Top achievements
Rank 1
Share this question
or